Shades of Sulu #D0F88B
Tints of Sulu #D0F88B
RGB
CMYK
RGB Variations
Color information
#D0F88B (or 0xD0F88B) is known color: Sulu. HEX triplet: D0, F8 and 8B. RGB value is (208,248,139). Sum of RGB (Red+Green+Blue) = 208+248+139=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F88B is #2F0774. Grayscale: #E0E0E0. Windows color (decimal): -3082101 or 9173200. OLE color: 9173200.
HSL color Cylindrical-coordinate representation of color #D0F88B: hue angle of 82.02º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0F88B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 248 | 139 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.03 |
| HSL | 82.02º | 0.89% | 0.76% | - |
| HSV(B) | 82.02º | 0.44% | 0.97% | - |
| XYZ | 64.24 | 82.41 | 36.95 | - |
| YUV | 223.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 139 | 0.16 | 0 | 0.44 | 0.03 | 82.02 | 0.89 | 0.76 |
| Hex | D0 | F8 | 8B | 10 | 0 | 2C | 3 | 52 | 59 | 4C |
| Octal | 320 | 370 | 213 | 20 | 0 | 54 | 3 | 122 | 131 | 114 |
| Binary | 11010000 | 11111000 | 10001011 | 10000 | 0 | 101100 | 11 | 1010010 | 1011001 | 1001100 |
Color Harmonies of #D0F88B
Complementary color
Monochromatic Colors of #D0F88B
Black with #D0F88B
Text Example
Text Example
White with #D0F88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F88B; }
p { color: rgb(208,248,139); }
H1.HeaderClassName
{
color: #D0F88B;
}
.AnyTagClassName
{
color: #D0F88B;
}
</style>
background-color css
<style>
a { background-color: #D0F88B; }
a { background-color: rgb(208,248,139); }
div.DivClassName
{
background-color: #D0F88B;
}
.BgClassName
{
background-color: #D0F88B;
}
</style>
border-color css
<style>
span { border-color: #D0F88B; }
span { border-color: rgb(208,248,139); }
td.TdClassName
{
border-color: #D0F88B;
}
.TagClassName
{
border-color: #D0F88B;
}
</style>