Shades of Sulu #D0EE8B
Tints of Sulu #D0EE8B
RGB
CMYK
RGB Variations
Color information
#D0EE8B (or 0xD0EE8B) is known color: Sulu. HEX triplet: D0, EE and 8B. RGB value is (208,238,139). Sum of RGB (Red+Green+Blue) = 208+238+139=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE8B is #2F1174. Grayscale: #DADADA. Windows color (decimal): -3084661 or 9170640. OLE color: 9170640.
HSL color Cylindrical-coordinate representation of color #D0EE8B: hue angle of 78.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0EE8B is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 139 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.07 |
| HSL | 78.18º | 0.74% | 0.74% | - |
| HSV(B) | 78.18º | 0.42% | 0.93% | - |
| XYZ | 61.25 | 76.42 | 35.95 | - |
| YUV | 217.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 139 | 0.13 | 0 | 0.42 | 0.07 | 78.18 | 0.74 | 0.74 |
| Hex | D0 | EE | 8B | D | 0 | 2A | 7 | 4E | 4A | 4A |
| Octal | 320 | 356 | 213 | 15 | 0 | 52 | 7 | 116 | 112 | 112 |
| Binary | 11010000 | 11101110 | 10001011 | 1101 | 0 | 101010 | 111 | 1001110 | 1001010 | 1001010 |
Color Harmonies of #D0EE8B
Complementary color
Monochromatic Colors of #D0EE8B
Black with #D0EE8B
Text Example
Text Example
White with #D0EE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE8B; }
p { color: rgb(208,238,139); }
H1.HeaderClassName
{
color: #D0EE8B;
}
.AnyTagClassName
{
color: #D0EE8B;
}
</style>
background-color css
<style>
a { background-color: #D0EE8B; }
a { background-color: rgb(208,238,139); }
div.DivClassName
{
background-color: #D0EE8B;
}
.BgClassName
{
background-color: #D0EE8B;
}
</style>
border-color css
<style>
span { border-color: #D0EE8B; }
span { border-color: rgb(208,238,139); }
td.TdClassName
{
border-color: #D0EE8B;
}
.TagClassName
{
border-color: #D0EE8B;
}
</style>