Html Css Color HEX #B2FB85 Sulu

📋 copy color: '#B2FB85'

red 178 ◦ green 251 ◦ blue 133

#B2FB85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B2FB85

Tints of Sulu #B2FB85

RGB

 RED value IS 178 (69.92% from 255) = 31.67%

 GREEN value IS 251 (98.44% from 255) = 44.66%

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 31.67%
G = 44.66%
B = 23.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2FB85 (or 0xB2FB85) is known color: Sulu. HEX triplet: B2, FB and 85. RGB value is (178,251,133). Sum of RGB (Red+Green+Blue) = 178+251+133=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FB85 is #4D047A. Grayscale: #D8D8D8. Windows color (decimal): -5047419 or 8780722. OLE color: 8780722.

HSL color Cylindrical-coordinate representation of color #B2FB85: hue angle of 97.12º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2FB85 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 251 133 -
CMYK 0.29 0 0.47 0.02
HSL 97.12º 0.94% 0.75% -
HSV(B) 97.12º 0.47% 0.98% -
XYZ 57.09 80.15 34.65 -
YUV 215.72 81.32 101.09 -
System Red Green Blue C M Y K H S L
Decimal 178 251 133 0.29 0 0.47 0.02 97.12 0.94 0.75
Hex B2 FB 85 1D 0 2F 2 61 5E 4B
Octal 262 373 205 35 0 57 2 141 136 113
Binary 10110010 11111011 10000101 11101 0 101111 10 1100001 1011110 1001011

Color Harmonies of #B2FB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FB85

Black with #B2FB85

Text Example


Text Example

White with #B2FB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FB85; }

 p { color: rgb(178,251,133); }

 H1.HeaderClassName
 {
   color: #B2FB85;
 }
 .AnyTagClassName
 {
   color: #B2FB85;
 }
</style>

background-color css

<style>
 a { background-color: #B2FB85; }

 a { background-color: rgb(178,251,133); }

 div.DivClassName
 {
   background-color: #B2FB85;
 }
 .BgClassName
 {
   background-color: #B2FB85;
 }
</style>

border-color css

<style>
 span { border-color: #B2FB85; }

 span { border-color: rgb(178,251,133); }

 td.TdClassName
 {
   border-color: #B2FB85;
 }
 .TagClassName
 {
   border-color: #B2FB85;
 }
</style>