Shades of Sulu #B8DD7D
Tints of Sulu #B8DD7D
RGB
CMYK
RGB Variations
Color information
#B8DD7D (or 0xB8DD7D) is known color: Sulu. HEX triplet: B8, DD and 7D. RGB value is (184,221,125). Sum of RGB (Red+Green+Blue) = 184+221+125=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DD7D is #472282. Grayscale: #C7C7C7. Windows color (decimal): -4661891 or 8248760. OLE color: 8248760.
HSL color Cylindrical-coordinate representation of color #B8DD7D: hue angle of 83.13º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8DD7D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 125 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.13 |
| HSL | 83.13º | 0.59% | 0.68% | - |
| HSV(B) | 83.13º | 0.43% | 0.87% | - |
| XYZ | 49.33 | 63.38 | 29.04 | - |
| YUV | 198.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 125 | 0.17 | 0 | 0.43 | 0.13 | 83.13 | 0.59 | 0.68 |
| Hex | B8 | DD | 7D | 11 | 0 | 2B | D | 53 | 3B | 44 |
| Octal | 270 | 335 | 175 | 21 | 0 | 53 | 15 | 123 | 73 | 104 |
| Binary | 10111000 | 11011101 | 1111101 | 10001 | 0 | 101011 | 1101 | 1010011 | 111011 | 1000100 |
Color Harmonies of #B8DD7D
Complementary color
Monochromatic Colors of #B8DD7D
Black with #B8DD7D
Text Example
Text Example
White with #B8DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD7D; }
p { color: rgb(184,221,125); }
H1.HeaderClassName
{
color: #B8DD7D;
}
.AnyTagClassName
{
color: #B8DD7D;
}
</style>
background-color css
<style>
a { background-color: #B8DD7D; }
a { background-color: rgb(184,221,125); }
div.DivClassName
{
background-color: #B8DD7D;
}
.BgClassName
{
background-color: #B8DD7D;
}
</style>
border-color css
<style>
span { border-color: #B8DD7D; }
span { border-color: rgb(184,221,125); }
td.TdClassName
{
border-color: #B8DD7D;
}
.TagClassName
{
border-color: #B8DD7D;
}
</style>