Shades of Sulu #D0E28A
Tints of Sulu #D0E28A
RGB
CMYK
RGB Variations
Color information
#D0E28A (or 0xD0E28A) is known color: Sulu. HEX triplet: D0, E2 and 8A. RGB value is (208,226,138). Sum of RGB (Red+Green+Blue) = 208+226+138=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E28A is #2F1D75. Grayscale: #D2D2D2. Windows color (decimal): -3087734 or 9102032. OLE color: 9102032.
HSL color Cylindrical-coordinate representation of color #D0E28A: hue angle of 72.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0E28A is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 138 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.11 |
| HSL | 72.27º | 0.6% | 0.71% | - |
| HSV(B) | 72.27º | 0.39% | 0.89% | - |
| XYZ | 57.8 | 69.64 | 34.44 | - |
| YUV | 210.59 | 87.04 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 138 | 0.08 | 0 | 0.39 | 0.11 | 72.27 | 0.6 | 0.71 |
| Hex | D0 | E2 | 8A | 8 | 0 | 27 | B | 48 | 3C | 47 |
| Octal | 320 | 342 | 212 | 10 | 0 | 47 | 13 | 110 | 74 | 107 |
| Binary | 11010000 | 11100010 | 10001010 | 1000 | 0 | 100111 | 1011 | 1001000 | 111100 | 1000111 |
Color Harmonies of #D0E28A
Complementary color
Monochromatic Colors of #D0E28A
Black with #D0E28A
Text Example
Text Example
White with #D0E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E28A; }
p { color: rgb(208,226,138); }
H1.HeaderClassName
{
color: #D0E28A;
}
.AnyTagClassName
{
color: #D0E28A;
}
</style>
background-color css
<style>
a { background-color: #D0E28A; }
a { background-color: rgb(208,226,138); }
div.DivClassName
{
background-color: #D0E28A;
}
.BgClassName
{
background-color: #D0E28A;
}
</style>
border-color css
<style>
span { border-color: #D0E28A; }
span { border-color: rgb(208,226,138); }
td.TdClassName
{
border-color: #D0E28A;
}
.TagClassName
{
border-color: #D0E28A;
}
</style>