Shades of Sulu #D0E67C
Tints of Sulu #D0E67C
RGB
CMYK
RGB Variations
Color information
#D0E67C (or 0xD0E67C) is known color: Sulu. HEX triplet: D0, E6 and 7C. RGB value is (208,230,124). Sum of RGB (Red+Green+Blue) = 208+230+124=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E67C is #2F1983. Grayscale: #D3D3D3. Windows color (decimal): -3086724 or 8185552. OLE color: 8185552.
HSL color Cylindrical-coordinate representation of color #D0E67C: hue angle of 72.45º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0E67C is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 124 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.10 |
| HSL | 72.45º | 0.68% | 0.69% | - |
| HSV(B) | 72.45º | 0.46% | 0.9% | - |
| XYZ | 57.95 | 71.46 | 29.81 | - |
| YUV | 211.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 124 | 0.10 | 0 | 0.46 | 0.10 | 72.45 | 0.68 | 0.69 |
| Hex | D0 | E6 | 7C | A | 0 | 2E | A | 48 | 44 | 45 |
| Octal | 320 | 346 | 174 | 12 | 0 | 56 | 12 | 110 | 104 | 105 |
| Binary | 11010000 | 11100110 | 1111100 | 1010 | 0 | 101110 | 1010 | 1001000 | 1000100 | 1000101 |
Color Harmonies of #D0E67C
Complementary color
Monochromatic Colors of #D0E67C
Black with #D0E67C
Text Example
Text Example
White with #D0E67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E67C; }
p { color: rgb(208,230,124); }
H1.HeaderClassName
{
color: #D0E67C;
}
.AnyTagClassName
{
color: #D0E67C;
}
</style>
background-color css
<style>
a { background-color: #D0E67C; }
a { background-color: rgb(208,230,124); }
div.DivClassName
{
background-color: #D0E67C;
}
.BgClassName
{
background-color: #D0E67C;
}
</style>
border-color css
<style>
span { border-color: #D0E67C; }
span { border-color: rgb(208,230,124); }
td.TdClassName
{
border-color: #D0E67C;
}
.TagClassName
{
border-color: #D0E67C;
}
</style>