Shades of Sulu #D2EA81
Tints of Sulu #D2EA81
RGB
CMYK
RGB Variations
Color information
#D2EA81 (or 0xD2EA81) is known color: Sulu. HEX triplet: D2, EA and 81. RGB value is (210,234,129). Sum of RGB (Red+Green+Blue) = 210+234+129=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EA81 is #2D157E. Grayscale: #D7D7D7. Windows color (decimal): -2954623 or 8514258. OLE color: 8514258.
HSL color Cylindrical-coordinate representation of color #D2EA81: hue angle of 73.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2EA81 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 129 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.08 |
| HSL | 73.71º | 0.71% | 0.71% | - |
| HSV(B) | 73.71º | 0.45% | 0.92% | - |
| XYZ | 59.96 | 74.13 | 31.92 | - |
| YUV | 214.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 129 | 0.10 | 0 | 0.45 | 0.08 | 73.71 | 0.71 | 0.71 |
| Hex | D2 | EA | 81 | A | 0 | 2D | 8 | 4A | 47 | 47 |
| Octal | 322 | 352 | 201 | 12 | 0 | 55 | 10 | 112 | 107 | 107 |
| Binary | 11010010 | 11101010 | 10000001 | 1010 | 0 | 101101 | 1000 | 1001010 | 1000111 | 1000111 |
Color Harmonies of #D2EA81
Complementary color
Monochromatic Colors of #D2EA81
Black with #D2EA81
Text Example
Text Example
White with #D2EA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EA81; }
p { color: rgb(210,234,129); }
H1.HeaderClassName
{
color: #D2EA81;
}
.AnyTagClassName
{
color: #D2EA81;
}
</style>
background-color css
<style>
a { background-color: #D2EA81; }
a { background-color: rgb(210,234,129); }
div.DivClassName
{
background-color: #D2EA81;
}
.BgClassName
{
background-color: #D2EA81;
}
</style>
border-color css
<style>
span { border-color: #D2EA81; }
span { border-color: rgb(210,234,129); }
td.TdClassName
{
border-color: #D2EA81;
}
.TagClassName
{
border-color: #D2EA81;
}
</style>