Shades of Sulu #D0E280
Tints of Sulu #D0E280
RGB
CMYK
RGB Variations
Color information
#D0E280 (or 0xD0E280) is known color: Sulu. HEX triplet: D0, E2 and 80. RGB value is (208,226,128). Sum of RGB (Red+Green+Blue) = 208+226+128=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E280 is #2F1D7F. Grayscale: #D1D1D1. Windows color (decimal): -3087744 or 8446672. OLE color: 8446672.
HSL color Cylindrical-coordinate representation of color #D0E280: hue angle of 71.02º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0E280 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 128 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.11 |
| HSL | 71.02º | 0.63% | 0.69% | - |
| HSV(B) | 71.02º | 0.43% | 0.89% | - |
| XYZ | 57.11 | 69.36 | 30.8 | - |
| YUV | 209.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 128 | 0.08 | 0 | 0.43 | 0.11 | 71.02 | 0.63 | 0.69 |
| Hex | D0 | E2 | 80 | 8 | 0 | 2B | B | 47 | 3F | 45 |
| Octal | 320 | 342 | 200 | 10 | 0 | 53 | 13 | 107 | 77 | 105 |
| Binary | 11010000 | 11100010 | 10000000 | 1000 | 0 | 101011 | 1011 | 1000111 | 111111 | 1000101 |
Color Harmonies of #D0E280
Complementary color
Monochromatic Colors of #D0E280
Black with #D0E280
Text Example
Text Example
White with #D0E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E280; }
p { color: rgb(208,226,128); }
H1.HeaderClassName
{
color: #D0E280;
}
.AnyTagClassName
{
color: #D0E280;
}
</style>
background-color css
<style>
a { background-color: #D0E280; }
a { background-color: rgb(208,226,128); }
div.DivClassName
{
background-color: #D0E280;
}
.BgClassName
{
background-color: #D0E280;
}
</style>
border-color css
<style>
span { border-color: #D0E280; }
span { border-color: rgb(208,226,128); }
td.TdClassName
{
border-color: #D0E280;
}
.TagClassName
{
border-color: #D0E280;
}
</style>