#B5DD78

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

Shades of Sulu #B5DD78

Tints of Sulu #B5DD78

Color information

#B5DD78 (or 0xB5DD78) is unknown color: approx Sulu. HEX triplet: B5, DD and 78. RGB value is (181,221,120). Sum of RGB (Red+Green+Blue) = 181+221+120=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD78 is #4A2287. Grayscale: #C5C5C5. Windows color (decimal): -4858504 or 7921077. OLE color: 7921077.

HSL color Cylindrical-coordinate representation of color #B5DD78: hue angle of 83.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5DD78 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB181221120-
CMYK0.1800.460.13
HSL83.76º59.76%66.86%-
HSV(B)83.76º45.7%86.67%-
XYZ48.362.8927.36-
YUV197.5384.25116.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 120 (47.27% from 255) = 22.99%
R=34.67%
G=42.34%
B=22.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812211200.1800.460.1383.7659.7666.86
HexB5DD781202ED543c43
Octal265335170220561512474103
Binary10110101110111011111000100100101110110110101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD78; }

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

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

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

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

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

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

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

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