Html Css Color HEX #B2FB78 Sulu

📋 copy color: '#B2FB78'

red 178 ◦ green 251 ◦ blue 120

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

Shades of Sulu #B2FB78

Tints of Sulu #B2FB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.86%

R = 32.42%
G = 45.72%
B = 21.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#B2FB78 (or 0xB2FB78) is known color: Sulu. HEX triplet: B2, FB and 78. RGB value is (178,251,120). Sum of RGB (Red+Green+Blue) = 178+251+120=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB78 is #4D0487. Grayscale: #D6D6D6. Windows color (decimal): -5047432 or 7928754. OLE color: 7928754.

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

Color convert

RGB 178 251 120 -
CMYK 0.29 0 0.52 0.02
HSL 93.44º 0.94% 0.73% -
HSV(B) 93.44º 0.52% 0.98% -
XYZ 56.25 79.82 30.21 -
YUV 214.24 74.82 102.15 -
System Red Green Blue C M Y K H S L
Decimal 178 251 120 0.29 0 0.52 0.02 93.44 0.94 0.73
Hex B2 FB 78 1D 0 34 2 5D 5E 49
Octal 262 373 170 35 0 64 2 135 136 111
Binary 10110010 11111011 1111000 11101 0 110100 10 1011101 1011110 1001001

Color Harmonies of #B2FB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FB78

Black with #B2FB78

Text Example


Text Example

White with #B2FB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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