Shades of Sulu #D2FA7C
Tints of Sulu #D2FA7C
RGB
CMYK
RGB Variations
Color information
#D2FA7C (or 0xD2FA7C) is known color: Sulu. HEX triplet: D2, FA and 7C. RGB value is (210,250,124). Sum of RGB (Red+Green+Blue) = 210+250+124=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA7C is #2D0583. Grayscale: #E0E0E0. Windows color (decimal): -2950532 or 8190674. OLE color: 8190674.
HSL color Cylindrical-coordinate representation of color #D2FA7C: hue angle of 79.05º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2FA7C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 124 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.02 |
| HSL | 79.05º | 0.93% | 0.73% | - |
| HSV(B) | 79.05º | 0.5% | 0.98% | - |
| XYZ | 64.4 | 83.53 | 31.8 | - |
| YUV | 223.68 | 71.75 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 124 | 0.16 | 0 | 0.50 | 0.02 | 79.05 | 0.93 | 0.73 |
| Hex | D2 | FA | 7C | 10 | 0 | 32 | 2 | 4F | 5D | 49 |
| Octal | 322 | 372 | 174 | 20 | 0 | 62 | 2 | 117 | 135 | 111 |
| Binary | 11010010 | 11111010 | 1111100 | 10000 | 0 | 110010 | 10 | 1001111 | 1011101 | 1001001 |
Color Harmonies of #D2FA7C
Complementary color
Monochromatic Colors of #D2FA7C
Black with #D2FA7C
Text Example
Text Example
White with #D2FA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA7C; }
p { color: rgb(210,250,124); }
H1.HeaderClassName
{
color: #D2FA7C;
}
.AnyTagClassName
{
color: #D2FA7C;
}
</style>
background-color css
<style>
a { background-color: #D2FA7C; }
a { background-color: rgb(210,250,124); }
div.DivClassName
{
background-color: #D2FA7C;
}
.BgClassName
{
background-color: #D2FA7C;
}
</style>
border-color css
<style>
span { border-color: #D2FA7C; }
span { border-color: rgb(210,250,124); }
td.TdClassName
{
border-color: #D2FA7C;
}
.TagClassName
{
border-color: #D2FA7C;
}
</style>