Shades of Sulu #D2EF79
Tints of Sulu #D2EF79
RGB
CMYK
RGB Variations
Color information
#D2EF79 (or 0xD2EF79) is known color: Sulu. HEX triplet: D2, EF and 79. RGB value is (210,239,121). Sum of RGB (Red+Green+Blue) = 210+239+121=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF79 is #2D1086. Grayscale: #D9D9D9. Windows color (decimal): -2953351 or 7991250. OLE color: 7991250.
HSL color Cylindrical-coordinate representation of color #D2EF79: hue angle of 74.75º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2EF79 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 121 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.06 |
| HSL | 74.75º | 0.79% | 0.71% | - |
| HSV(B) | 74.75º | 0.49% | 0.94% | - |
| XYZ | 60.9 | 76.82 | 29.71 | - |
| YUV | 216.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 121 | 0.12 | 0 | 0.49 | 0.06 | 74.75 | 0.79 | 0.71 |
| Hex | D2 | EF | 79 | C | 0 | 31 | 6 | 4B | 4F | 47 |
| Octal | 322 | 357 | 171 | 14 | 0 | 61 | 6 | 113 | 117 | 107 |
| Binary | 11010010 | 11101111 | 1111001 | 1100 | 0 | 110001 | 110 | 1001011 | 1001111 | 1000111 |
Color Harmonies of #D2EF79
Complementary color
Monochromatic Colors of #D2EF79
Black with #D2EF79
Text Example
Text Example
White with #D2EF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF79; }
p { color: rgb(210,239,121); }
H1.HeaderClassName
{
color: #D2EF79;
}
.AnyTagClassName
{
color: #D2EF79;
}
</style>
background-color css
<style>
a { background-color: #D2EF79; }
a { background-color: rgb(210,239,121); }
div.DivClassName
{
background-color: #D2EF79;
}
.BgClassName
{
background-color: #D2EF79;
}
</style>
border-color css
<style>
span { border-color: #D2EF79; }
span { border-color: rgb(210,239,121); }
td.TdClassName
{
border-color: #D2EF79;
}
.TagClassName
{
border-color: #D2EF79;
}
</style>