Shades of Sulu #B8DD8C
Tints of Sulu #B8DD8C
RGB
CMYK
RGB Variations
Color information
#B8DD8C (or 0xB8DD8C) is known color: Sulu. HEX triplet: B8, DD and 8C. RGB value is (184,221,140). Sum of RGB (Red+Green+Blue) = 184+221+140=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD8C is #472273. Grayscale: #C8C8C8. Windows color (decimal): -4661876 or 9231800. OLE color: 9231800.
HSL color Cylindrical-coordinate representation of color #B8DD8C: hue angle of 87.41º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8DD8C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 140 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.13 |
| HSL | 87.41º | 0.54% | 0.71% | - |
| HSV(B) | 87.41º | 0.37% | 0.87% | - |
| XYZ | 50.36 | 63.8 | 34.47 | - |
| YUV | 200.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 140 | 0.17 | 0 | 0.37 | 0.13 | 87.41 | 0.54 | 0.71 |
| Hex | B8 | DD | 8C | 11 | 0 | 25 | D | 57 | 36 | 47 |
| Octal | 270 | 335 | 214 | 21 | 0 | 45 | 15 | 127 | 66 | 107 |
| Binary | 10111000 | 11011101 | 10001100 | 10001 | 0 | 100101 | 1101 | 1010111 | 110110 | 1000111 |
Color Harmonies of #B8DD8C
Complementary color
Monochromatic Colors of #B8DD8C
Black with #B8DD8C
Text Example
Text Example
White with #B8DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD8C; }
p { color: rgb(184,221,140); }
H1.HeaderClassName
{
color: #B8DD8C;
}
.AnyTagClassName
{
color: #B8DD8C;
}
</style>
background-color css
<style>
a { background-color: #B8DD8C; }
a { background-color: rgb(184,221,140); }
div.DivClassName
{
background-color: #B8DD8C;
}
.BgClassName
{
background-color: #B8DD8C;
}
</style>
border-color css
<style>
span { border-color: #B8DD8C; }
span { border-color: rgb(184,221,140); }
td.TdClassName
{
border-color: #B8DD8C;
}
.TagClassName
{
border-color: #B8DD8C;
}
</style>