Shades of Sulu #D0E97C
Tints of Sulu #D0E97C
RGB
CMYK
RGB Variations
Color information
#D0E97C (or 0xD0E97C) is known color: Sulu. HEX triplet: D0, E9 and 7C. RGB value is (208,233,124). Sum of RGB (Red+Green+Blue) = 208+233+124=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E97C is #2F1683. Grayscale: #D5D5D5. Windows color (decimal): -3085956 or 8186320. OLE color: 8186320.
HSL color Cylindrical-coordinate representation of color #D0E97C: hue angle of 73.76º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0E97C is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 124 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.09 |
| HSL | 73.76º | 0.71% | 0.7% | - |
| HSV(B) | 73.76º | 0.47% | 0.91% | - |
| XYZ | 58.79 | 73.14 | 30.09 | - |
| YUV | 213.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 124 | 0.11 | 0 | 0.47 | 0.09 | 73.76 | 0.71 | 0.7 |
| Hex | D0 | E9 | 7C | B | 0 | 2F | 9 | 4A | 47 | 46 |
| Octal | 320 | 351 | 174 | 13 | 0 | 57 | 11 | 112 | 107 | 106 |
| Binary | 11010000 | 11101001 | 1111100 | 1011 | 0 | 101111 | 1001 | 1001010 | 1000111 | 1000110 |
Color Harmonies of #D0E97C
Complementary color
Monochromatic Colors of #D0E97C
Black with #D0E97C
Text Example
Text Example
White with #D0E97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E97C; }
p { color: rgb(208,233,124); }
H1.HeaderClassName
{
color: #D0E97C;
}
.AnyTagClassName
{
color: #D0E97C;
}
</style>
background-color css
<style>
a { background-color: #D0E97C; }
a { background-color: rgb(208,233,124); }
div.DivClassName
{
background-color: #D0E97C;
}
.BgClassName
{
background-color: #D0E97C;
}
</style>
border-color css
<style>
span { border-color: #D0E97C; }
span { border-color: rgb(208,233,124); }
td.TdClassName
{
border-color: #D0E97C;
}
.TagClassName
{
border-color: #D0E97C;
}
</style>