Html Css Color HEX #B2FF78 Sulu

📋 copy color: '#B2FF78'

red 178 ◦ green 255 ◦ blue 120

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

Shades of Sulu #B2FF78

Tints of Sulu #B2FF78

RGB

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

 GREEN value IS 255 (100% from 255) = 46.11%

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

R = 32.19%
G = 46.11%
B = 21.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#B2FF78 (or 0xB2FF78) is known color: Sulu. HEX triplet: B2, FF and 78. RGB value is (178,255,120). Sum of RGB (Red+Green+Blue) = 178+255+120=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF78 is #4D0087. Grayscale: #D9D9D9. Windows color (decimal): -5046408 or 7929778. OLE color: 7929778.

HSL color Cylindrical-coordinate representation of color #B2FF78: hue angle of 94.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2FF78 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 120 -
CMYK 0.30 0 0.53 0
HSL 94.22º 1% 0.74% -
HSV(B) 94.22º 0.53% 1% -
XYZ 57.51 82.34 30.63 -
YUV 216.59 73.49 100.48 -
System Red Green Blue C M Y K H S L
Decimal 178 255 120 0.30 0 0.53 0 94.22 1 0.74
Hex B2 FF 78 1E 0 35 0 5E 64 4A
Octal 262 377 170 36 0 65 0 136 144 112
Binary 10110010 11111111 1111000 11110 0 110101 0 1011110 1100100 1001010

Color Harmonies of #B2FF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF78

Black with #B2FF78

Text Example


Text Example

White with #B2FF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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