Shades of Sulu #B8DD82
Tints of Sulu #B8DD82
RGB
CMYK
RGB Variations
Color information
#B8DD82 (or 0xB8DD82) is known color: Sulu. HEX triplet: B8, DD and 82. RGB value is (184,221,130). Sum of RGB (Red+Green+Blue) = 184+221+130=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD82 is #47227D. Grayscale: #C7C7C7. Windows color (decimal): -4661886 or 8576440. OLE color: 8576440.
HSL color Cylindrical-coordinate representation of color #B8DD82: hue angle of 84.4º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8DD82 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 130 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.13 |
| HSL | 84.4º | 0.57% | 0.69% | - |
| HSV(B) | 84.4º | 0.41% | 0.87% | - |
| XYZ | 49.65 | 63.51 | 30.76 | - |
| YUV | 199.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 130 | 0.17 | 0 | 0.41 | 0.13 | 84.4 | 0.57 | 0.69 |
| Hex | B8 | DD | 82 | 11 | 0 | 29 | D | 54 | 39 | 45 |
| Octal | 270 | 335 | 202 | 21 | 0 | 51 | 15 | 124 | 71 | 105 |
| Binary | 10111000 | 11011101 | 10000010 | 10001 | 0 | 101001 | 1101 | 1010100 | 111001 | 1000101 |
Color Harmonies of #B8DD82
Complementary color
Monochromatic Colors of #B8DD82
Black with #B8DD82
Text Example
Text Example
White with #B8DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD82; }
p { color: rgb(184,221,130); }
H1.HeaderClassName
{
color: #B8DD82;
}
.AnyTagClassName
{
color: #B8DD82;
}
</style>
background-color css
<style>
a { background-color: #B8DD82; }
a { background-color: rgb(184,221,130); }
div.DivClassName
{
background-color: #B8DD82;
}
.BgClassName
{
background-color: #B8DD82;
}
</style>
border-color css
<style>
span { border-color: #B8DD82; }
span { border-color: rgb(184,221,130); }
td.TdClassName
{
border-color: #B8DD82;
}
.TagClassName
{
border-color: #B8DD82;
}
</style>