Shades of Sulu #D2F77C
Tints of Sulu #D2F77C
RGB
CMYK
RGB Variations
Color information
#D2F77C (or 0xD2F77C) is known color: Sulu. HEX triplet: D2, F7 and 7C. RGB value is (210,247,124). Sum of RGB (Red+Green+Blue) = 210+247+124=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F77C is #2D0883. Grayscale: #DEDEDE. Windows color (decimal): -2951300 or 8189906. OLE color: 8189906.
HSL color Cylindrical-coordinate representation of color #D2F77C: hue angle of 78.05º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2F77C is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 124 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.03 |
| HSL | 78.05º | 0.88% | 0.73% | - |
| HSV(B) | 78.05º | 0.5% | 0.97% | - |
| XYZ | 63.48 | 81.68 | 31.49 | - |
| YUV | 221.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 124 | 0.15 | 0 | 0.50 | 0.03 | 78.05 | 0.88 | 0.73 |
| Hex | D2 | F7 | 7C | F | 0 | 32 | 3 | 4E | 58 | 49 |
| Octal | 322 | 367 | 174 | 17 | 0 | 62 | 3 | 116 | 130 | 111 |
| Binary | 11010010 | 11110111 | 1111100 | 1111 | 0 | 110010 | 11 | 1001110 | 1011000 | 1001001 |
Color Harmonies of #D2F77C
Complementary color
Monochromatic Colors of #D2F77C
Black with #D2F77C
Text Example
Text Example
White with #D2F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F77C; }
p { color: rgb(210,247,124); }
H1.HeaderClassName
{
color: #D2F77C;
}
.AnyTagClassName
{
color: #D2F77C;
}
</style>
background-color css
<style>
a { background-color: #D2F77C; }
a { background-color: rgb(210,247,124); }
div.DivClassName
{
background-color: #D2F77C;
}
.BgClassName
{
background-color: #D2F77C;
}
</style>
border-color css
<style>
span { border-color: #D2F77C; }
span { border-color: rgb(210,247,124); }
td.TdClassName
{
border-color: #D2F77C;
}
.TagClassName
{
border-color: #D2F77C;
}
</style>