Shades of Sulu #B8DD8B
Tints of Sulu #B8DD8B
RGB
CMYK
RGB Variations
Color information
#B8DD8B (or 0xB8DD8B) is known color: Sulu. HEX triplet: B8, DD and 8B. RGB value is (184,221,139). Sum of RGB (Red+Green+Blue) = 184+221+139=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD8B is #472274. Grayscale: #C8C8C8. Windows color (decimal): -4661877 or 9166264. OLE color: 9166264.
HSL color Cylindrical-coordinate representation of color #B8DD8B: hue angle of 87.07º degrees, saturation: 0.55, 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 #B8DD8B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 139 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.13 |
| HSL | 87.07º | 0.55% | 0.71% | - |
| HSV(B) | 87.07º | 0.37% | 0.87% | - |
| XYZ | 50.28 | 63.77 | 34.08 | - |
| YUV | 200.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 139 | 0.17 | 0 | 0.37 | 0.13 | 87.07 | 0.55 | 0.71 |
| Hex | B8 | DD | 8B | 11 | 0 | 25 | D | 57 | 37 | 47 |
| Octal | 270 | 335 | 213 | 21 | 0 | 45 | 15 | 127 | 67 | 107 |
| Binary | 10111000 | 11011101 | 10001011 | 10001 | 0 | 100101 | 1101 | 1010111 | 110111 | 1000111 |
Color Harmonies of #B8DD8B
Complementary color
Monochromatic Colors of #B8DD8B
Black with #B8DD8B
Text Example
Text Example
White with #B8DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD8B; }
p { color: rgb(184,221,139); }
H1.HeaderClassName
{
color: #B8DD8B;
}
.AnyTagClassName
{
color: #B8DD8B;
}
</style>
background-color css
<style>
a { background-color: #B8DD8B; }
a { background-color: rgb(184,221,139); }
div.DivClassName
{
background-color: #B8DD8B;
}
.BgClassName
{
background-color: #B8DD8B;
}
</style>
border-color css
<style>
span { border-color: #B8DD8B; }
span { border-color: rgb(184,221,139); }
td.TdClassName
{
border-color: #B8DD8B;
}
.TagClassName
{
border-color: #B8DD8B;
}
</style>