Shades of Sulu #D2EE84
Tints of Sulu #D2EE84
RGB
CMYK
RGB Variations
Color information
#D2EE84 (or 0xD2EE84) is known color: Sulu. HEX triplet: D2, EE and 84. RGB value is (210,238,132). Sum of RGB (Red+Green+Blue) = 210+238+132=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EE84 is #2D117B. Grayscale: #D9D9D9. Windows color (decimal): -2953596 or 8711890. OLE color: 8711890.
HSL color Cylindrical-coordinate representation of color #D2EE84: hue angle of 75.85º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2EE84 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 132 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.07 |
| HSL | 75.85º | 0.76% | 0.73% | - |
| HSV(B) | 75.85º | 0.45% | 0.93% | - |
| XYZ | 61.32 | 76.52 | 33.37 | - |
| YUV | 217.54 | 79.72 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 132 | 0.12 | 0 | 0.45 | 0.07 | 75.85 | 0.76 | 0.73 |
| Hex | D2 | EE | 84 | C | 0 | 2D | 7 | 4C | 4C | 49 |
| Octal | 322 | 356 | 204 | 14 | 0 | 55 | 7 | 114 | 114 | 111 |
| Binary | 11010010 | 11101110 | 10000100 | 1100 | 0 | 101101 | 111 | 1001100 | 1001100 | 1001001 |
Color Harmonies of #D2EE84
Complementary color
Monochromatic Colors of #D2EE84
Black with #D2EE84
Text Example
Text Example
White with #D2EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE84; }
p { color: rgb(210,238,132); }
H1.HeaderClassName
{
color: #D2EE84;
}
.AnyTagClassName
{
color: #D2EE84;
}
</style>
background-color css
<style>
a { background-color: #D2EE84; }
a { background-color: rgb(210,238,132); }
div.DivClassName
{
background-color: #D2EE84;
}
.BgClassName
{
background-color: #D2EE84;
}
</style>
border-color css
<style>
span { border-color: #D2EE84; }
span { border-color: rgb(210,238,132); }
td.TdClassName
{
border-color: #D2EE84;
}
.TagClassName
{
border-color: #D2EE84;
}
</style>