Shades of Sulu #D0EA7E
Tints of Sulu #D0EA7E
RGB
CMYK
RGB Variations
Color information
#D0EA7E (or 0xD0EA7E) is known color: Sulu. HEX triplet: D0, EA and 7E. RGB value is (208,234,126). Sum of RGB (Red+Green+Blue) = 208+234+126=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA7E is #2F1581. Grayscale: #D6D6D6. Windows color (decimal): -3085698 or 8317648. OLE color: 8317648.
HSL color Cylindrical-coordinate representation of color #D0EA7E: hue angle of 74.44º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0EA7E is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 126 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.08 |
| HSL | 74.44º | 0.72% | 0.71% | - |
| HSV(B) | 74.44º | 0.46% | 0.92% | - |
| XYZ | 59.2 | 73.76 | 30.86 | - |
| YUV | 213.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 126 | 0.11 | 0 | 0.46 | 0.08 | 74.44 | 0.72 | 0.71 |
| Hex | D0 | EA | 7E | B | 0 | 2E | 8 | 4A | 48 | 47 |
| Octal | 320 | 352 | 176 | 13 | 0 | 56 | 10 | 112 | 110 | 107 |
| Binary | 11010000 | 11101010 | 1111110 | 1011 | 0 | 101110 | 1000 | 1001010 | 1001000 | 1000111 |
Color Harmonies of #D0EA7E
Complementary color
Monochromatic Colors of #D0EA7E
Black with #D0EA7E
Text Example
Text Example
White with #D0EA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA7E; }
p { color: rgb(208,234,126); }
H1.HeaderClassName
{
color: #D0EA7E;
}
.AnyTagClassName
{
color: #D0EA7E;
}
</style>
background-color css
<style>
a { background-color: #D0EA7E; }
a { background-color: rgb(208,234,126); }
div.DivClassName
{
background-color: #D0EA7E;
}
.BgClassName
{
background-color: #D0EA7E;
}
</style>
border-color css
<style>
span { border-color: #D0EA7E; }
span { border-color: rgb(208,234,126); }
td.TdClassName
{
border-color: #D0EA7E;
}
.TagClassName
{
border-color: #D0EA7E;
}
</style>