#B5DA78

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

Shades of Sulu #B5DA78

Tints of Sulu #B5DA78

Color information

#B5DA78 (or 0xB5DA78) is unknown color: approx Sulu. HEX triplet: B5, DA and 78. RGB value is (181,218,120). Sum of RGB (Red+Green+Blue) = 181+218+120=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA78 is #4A2587. Grayscale: #C4C4C4. Windows color (decimal): -4859272 or 7920309. OLE color: 7920309.

HSL color Cylindrical-coordinate representation of color #B5DA78: hue angle of 82.65º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5DA78 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB181218120-
CMYK0.1700.450.15
HSL82.65º56.98%66.27%-
HSV(B)82.65º44.95%85.49%-
XYZ47.5261.3227.1-
YUV195.7685.24117.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 120 (47.27% from 255) = 23.12%
R=34.87%
G=42.00%
B=23.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181200.1700.450.1582.6556.9866.27
HexB5DA781102DF533942
Octal265332170210551712371102
Binary10110101110110101111000100010101101111110100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA78; }

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

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

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

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

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

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

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

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