Html Css Color HEX #B0EF78 Sulu

📋 copy color: '#B0EF78'

red 176 ◦ green 239 ◦ blue 120

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

Shades of Sulu #B0EF78

Tints of Sulu #B0EF78

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

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

R = 32.9%
G = 44.67%
B = 22.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#B0EF78 (or 0xB0EF78) is known color: Sulu. HEX triplet: B0, EF and 78. RGB value is (176,239,120). Sum of RGB (Red+Green+Blue) = 176+239+120=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF78 is #4F1087. Grayscale: #CFCFCF. Windows color (decimal): -5181576 or 7925680. OLE color: 7925680.

HSL color Cylindrical-coordinate representation of color #B0EF78: hue angle of 91.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0EF78 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 120 -
CMYK 0.26 0 0.50 0.06
HSL 91.76º 0.79% 0.7% -
HSV(B) 91.76º 0.5% 0.94% -
XYZ 52.16 72.32 28.98 -
YUV 206.6 79.13 106.18 -
System Red Green Blue C M Y K H S L
Decimal 176 239 120 0.26 0 0.50 0.06 91.76 0.79 0.7
Hex B0 EF 78 1A 0 32 6 5C 4F 46
Octal 260 357 170 32 0 62 6 134 117 106
Binary 10110000 11101111 1111000 11010 0 110010 110 1011100 1001111 1000110

Color Harmonies of #B0EF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EF78

Black with #B0EF78

Text Example


Text Example

White with #B0EF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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