Shades of Sulu #D2FA79
Tints of Sulu #D2FA79
RGB
CMYK
RGB Variations
Color information
#D2FA79 (or 0xD2FA79) is known color: Sulu. HEX triplet: D2, FA and 79. RGB value is (210,250,121). Sum of RGB (Red+Green+Blue) = 210+250+121=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA79 is #2D0586. Grayscale: #DFDFDF. Windows color (decimal): -2950535 or 7994066. OLE color: 7994066.
HSL color Cylindrical-coordinate representation of color #D2FA79: hue angle of 78.6º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2FA79 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 121 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.02 |
| HSL | 78.6º | 0.93% | 0.73% | - |
| HSV(B) | 78.6º | 0.52% | 0.98% | - |
| XYZ | 64.22 | 83.45 | 30.81 | - |
| YUV | 223.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 121 | 0.16 | 0 | 0.52 | 0.02 | 78.6 | 0.93 | 0.73 |
| Hex | D2 | FA | 79 | 10 | 0 | 34 | 2 | 4F | 5D | 49 |
| Octal | 322 | 372 | 171 | 20 | 0 | 64 | 2 | 117 | 135 | 111 |
| Binary | 11010010 | 11111010 | 1111001 | 10000 | 0 | 110100 | 10 | 1001111 | 1011101 | 1001001 |
Color Harmonies of #D2FA79
Complementary color
Monochromatic Colors of #D2FA79
Black with #D2FA79
Text Example
Text Example
White with #D2FA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA79; }
p { color: rgb(210,250,121); }
H1.HeaderClassName
{
color: #D2FA79;
}
.AnyTagClassName
{
color: #D2FA79;
}
</style>
background-color css
<style>
a { background-color: #D2FA79; }
a { background-color: rgb(210,250,121); }
div.DivClassName
{
background-color: #D2FA79;
}
.BgClassName
{
background-color: #D2FA79;
}
</style>
border-color css
<style>
span { border-color: #D2FA79; }
span { border-color: rgb(210,250,121); }
td.TdClassName
{
border-color: #D2FA79;
}
.TagClassName
{
border-color: #D2FA79;
}
</style>