#B5DD76

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

Shades of Sulu #B5DD76

Tints of Sulu #B5DD76

Color information

#B5DD76 (or 0xB5DD76) is unknown color: approx Sulu. HEX triplet: B5, DD and 76. RGB value is (181,221,118). Sum of RGB (Red+Green+Blue) = 181+221+118=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD76 is #4A2289. Grayscale: #C5C5C5. Windows color (decimal): -4858506 or 7790005. OLE color: 7790005.

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

Color convert

RGB181221118-
CMYK0.1800.470.13
HSL83.3º60.23%66.47%-
HSV(B)83.3º46.61%86.67%-
XYZ48.1862.8426.73-
YUV197.383.25116.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=34.81%
G=42.5%
B=22.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812211180.1800.470.1383.360.2366.47
HexB5DD761202FD533c42
Octal265335166220571512374102
Binary10110101110111011110110100100101111110110100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD76; }

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

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

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

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

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

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

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

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