Shades of Sulu #D2F17C
Tints of Sulu #D2F17C
RGB
CMYK
RGB Variations
Color information
#D2F17C (or 0xD2F17C) is known color: Sulu. HEX triplet: D2, F1 and 7C. RGB value is (210,241,124). Sum of RGB (Red+Green+Blue) = 210+241+124=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F17C is #2D0E83. Grayscale: #DADADA. Windows color (decimal): -2952836 or 8188370. OLE color: 8188370.
HSL color Cylindrical-coordinate representation of color #D2F17C: hue angle of 75.9º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2F17C is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 124 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.05 |
| HSL | 75.9º | 0.81% | 0.72% | - |
| HSV(B) | 75.9º | 0.49% | 0.95% | - |
| XYZ | 61.67 | 78.07 | 30.89 | - |
| YUV | 218.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 124 | 0.13 | 0 | 0.49 | 0.05 | 75.9 | 0.81 | 0.72 |
| Hex | D2 | F1 | 7C | D | 0 | 31 | 5 | 4C | 51 | 48 |
| Octal | 322 | 361 | 174 | 15 | 0 | 61 | 5 | 114 | 121 | 110 |
| Binary | 11010010 | 11110001 | 1111100 | 1101 | 0 | 110001 | 101 | 1001100 | 1010001 | 1001000 |
Color Harmonies of #D2F17C
Complementary color
Monochromatic Colors of #D2F17C
Black with #D2F17C
Text Example
Text Example
White with #D2F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F17C; }
p { color: rgb(210,241,124); }
H1.HeaderClassName
{
color: #D2F17C;
}
.AnyTagClassName
{
color: #D2F17C;
}
</style>
background-color css
<style>
a { background-color: #D2F17C; }
a { background-color: rgb(210,241,124); }
div.DivClassName
{
background-color: #D2F17C;
}
.BgClassName
{
background-color: #D2F17C;
}
</style>
border-color css
<style>
span { border-color: #D2F17C; }
span { border-color: rgb(210,241,124); }
td.TdClassName
{
border-color: #D2F17C;
}
.TagClassName
{
border-color: #D2F17C;
}
</style>