Html Css Color HEX #B0FF78 Sulu

📋 copy color: '#B0FF78'

red 176 ◦ green 255 ◦ blue 120

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

Shades of Sulu #B0FF78

Tints of Sulu #B0FF78

RGB

 RED value IS 176 (69.14% from 255) = 31.94%

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

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

R = 31.94%
G = 46.28%
B = 21.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#B0FF78 (or 0xB0FF78) is known color: Sulu. HEX triplet: B0, FF and 78. RGB value is (176,255,120). Sum of RGB (Red+Green+Blue) = 176+255+120=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF78 is #4F0087. Grayscale: #D8D8D8. Windows color (decimal): -5177480 or 7929776. OLE color: 7929776.

HSL color Cylindrical-coordinate representation of color #B0FF78: hue angle of 95.11º 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 #B0FF78 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 120 -
CMYK 0.31 0 0.53 0
HSL 95.11º 1% 0.74% -
HSV(B) 95.11º 0.53% 1% -
XYZ 57.05 82.11 30.61 -
YUV 215.99 73.83 99.48 -
System Red Green Blue C M Y K H S L
Decimal 176 255 120 0.31 0 0.53 0 95.11 1 0.74
Hex B0 FF 78 1F 0 35 0 5F 64 4A
Octal 260 377 170 37 0 65 0 137 144 112
Binary 10110000 11111111 1111000 11111 0 110101 0 1011111 1100100 1001010

Color Harmonies of #B0FF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF78

Black with #B0FF78

Text Example


Text Example

White with #B0FF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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