#B5DD77

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

Shades of Sulu #B5DD77

Tints of Sulu #B5DD77

Color information

#B5DD77 (or 0xB5DD77) is unknown color: approx Sulu. HEX triplet: B5, DD and 77. RGB value is (181,221,119). Sum of RGB (Red+Green+Blue) = 181+221+119=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD77 is #4A2288. Grayscale: #C5C5C5. Windows color (decimal): -4858505 or 7855541. OLE color: 7855541.

HSL color Cylindrical-coordinate representation of color #B5DD77: hue angle of 83.53º 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 #B5DD77 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB181221119-
CMYK0.1800.460.13
HSL83.53º60%66.67%-
HSV(B)83.53º46.15%86.67%-
XYZ48.2462.8727.04-
YUV197.4183.75116.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 119 (46.88% from 255) = 22.84%
R=34.74%
G=42.42%
B=22.84%

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
Decimal1812211190.1800.460.1383.536066.67
HexB5DD771202ED543c43
Octal265335167220561512474103
Binary10110101110111011110111100100101110110110101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DD77; }

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

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

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

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

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

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

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

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