Shades of Sulu #D0E38E
Tints of Sulu #D0E38E
RGB
CMYK
RGB Variations
Color information
#D0E38E (or 0xD0E38E) is known color: Sulu. HEX triplet: D0, E3 and 8E. RGB value is (208,227,142). Sum of RGB (Red+Green+Blue) = 208+227+142=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E38E is #2F1C71. Grayscale: #D3D3D3. Windows color (decimal): -3087474 or 9364432. OLE color: 9364432.
HSL color Cylindrical-coordinate representation of color #D0E38E: hue angle of 73.41º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0E38E is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 142 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.11 |
| HSL | 73.41º | 0.6% | 0.72% | - |
| HSV(B) | 73.41º | 0.37% | 0.89% | - |
| XYZ | 58.36 | 70.3 | 36.08 | - |
| YUV | 211.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 142 | 0.08 | 0 | 0.37 | 0.11 | 73.41 | 0.6 | 0.72 |
| Hex | D0 | E3 | 8E | 8 | 0 | 25 | B | 49 | 3C | 48 |
| Octal | 320 | 343 | 216 | 10 | 0 | 45 | 13 | 111 | 74 | 110 |
| Binary | 11010000 | 11100011 | 10001110 | 1000 | 0 | 100101 | 1011 | 1001001 | 111100 | 1001000 |
Color Harmonies of #D0E38E
Complementary color
Monochromatic Colors of #D0E38E
Black with #D0E38E
Text Example
Text Example
White with #D0E38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E38E; }
p { color: rgb(208,227,142); }
H1.HeaderClassName
{
color: #D0E38E;
}
.AnyTagClassName
{
color: #D0E38E;
}
</style>
background-color css
<style>
a { background-color: #D0E38E; }
a { background-color: rgb(208,227,142); }
div.DivClassName
{
background-color: #D0E38E;
}
.BgClassName
{
background-color: #D0E38E;
}
</style>
border-color css
<style>
span { border-color: #D0E38E; }
span { border-color: rgb(208,227,142); }
td.TdClassName
{
border-color: #D0E38E;
}
.TagClassName
{
border-color: #D0E38E;
}
</style>