#B5EF78

Color #B5EF78 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B5EF78

Tints of Sulu #B5EF78

Color information

#B5EF78 (or 0xB5EF78) is unknown color: approx Sulu. HEX triplet: B5, EF and 78. RGB value is (181,239,120). Sum of RGB (Red+Green+Blue) = 181+239+120=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EF78 is #4A1087. Grayscale: #D0D0D0. Windows color (decimal): -4853896 or 7925685. OLE color: 7925685.

HSL color Cylindrical-coordinate representation of color #B5EF78: hue angle of 89.24º 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 #B5EF78 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB181239120-
CMYK0.2400.500.06
HSL89.24º78.81%70.39%-
HSV(B)89.24º49.79%93.73%-
XYZ53.3172.9129.03-
YUV208.0978.28108.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 239 (93.75% from 255) = 44.26%
BLUE value IS 120 (47.27% from 255) = 22.22%
R=33.52%
G=44.26%
B=22.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812391200.2400.500.0689.2478.8170.39
HexB5EF78180326594f46
Octal265357170300626131117106
Binary10110101111011111111000110000110010110101100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EF78; }

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

 H1.HeaderClassName
 {
   color: #B5EF78;
 }
 .AnyTagClassName
 {
   color: #B5EF78;
 }
</style>
background-color css

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

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

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

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

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

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