Shades of Sulu #D2FF7C
Tints of Sulu #D2FF7C
RGB
CMYK
RGB Variations
Color information
#D2FF7C (or 0xD2FF7C) is known color: Sulu. HEX triplet: D2, FF and 7C. RGB value is (210,255,124). Sum of RGB (Red+Green+Blue) = 210+255+124=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF7C is #2D0083. Grayscale: #E3E3E3. Windows color (decimal): -2949252 or 8191954. OLE color: 8191954.
HSL color Cylindrical-coordinate representation of color #D2FF7C: hue angle of 80.61º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2FF7C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 124 | - |
| CMYK | 0.18 | 0 | 0.51 | 0 |
| HSL | 80.61º | 1% | 0.74% | - |
| HSV(B) | 80.61º | 0.51% | 1% | - |
| XYZ | 65.98 | 86.68 | 32.32 | - |
| YUV | 226.61 | 70.09 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 124 | 0.18 | 0 | 0.51 | 0 | 80.61 | 1 | 0.74 |
| Hex | D2 | FF | 7C | 12 | 0 | 33 | 0 | 51 | 64 | 4A |
| Octal | 322 | 377 | 174 | 22 | 0 | 63 | 0 | 121 | 144 | 112 |
| Binary | 11010010 | 11111111 | 1111100 | 10010 | 0 | 110011 | 0 | 1010001 | 1100100 | 1001010 |
Color Harmonies of #D2FF7C
Complementary color
Monochromatic Colors of #D2FF7C
Black with #D2FF7C
Text Example
Text Example
White with #D2FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF7C; }
p { color: rgb(210,255,124); }
H1.HeaderClassName
{
color: #D2FF7C;
}
.AnyTagClassName
{
color: #D2FF7C;
}
</style>
background-color css
<style>
a { background-color: #D2FF7C; }
a { background-color: rgb(210,255,124); }
div.DivClassName
{
background-color: #D2FF7C;
}
.BgClassName
{
background-color: #D2FF7C;
}
</style>
border-color css
<style>
span { border-color: #D2FF7C; }
span { border-color: rgb(210,255,124); }
td.TdClassName
{
border-color: #D2FF7C;
}
.TagClassName
{
border-color: #D2FF7C;
}
</style>