Shades of Sulu #D2FA76
Tints of Sulu #D2FA76
RGB
CMYK
RGB Variations
Color information
#D2FA76 (or 0xD2FA76) is known color: Sulu. HEX triplet: D2, FA and 76. RGB value is (210,250,118). Sum of RGB (Red+Green+Blue) = 210+250+118=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA76 is #2D0589. Grayscale: #DFDFDF. Windows color (decimal): -2950538 or 7797458. OLE color: 7797458.
HSL color Cylindrical-coordinate representation of color #D2FA76: hue angle of 78.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2FA76 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 118 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.02 |
| HSL | 78.18º | 0.93% | 0.72% | - |
| HSV(B) | 78.18º | 0.53% | 0.98% | - |
| XYZ | 64.03 | 83.38 | 29.86 | - |
| YUV | 222.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 118 | 0.16 | 0 | 0.53 | 0.02 | 78.18 | 0.93 | 0.72 |
| Hex | D2 | FA | 76 | 10 | 0 | 35 | 2 | 4E | 5D | 48 |
| Octal | 322 | 372 | 166 | 20 | 0 | 65 | 2 | 116 | 135 | 110 |
| Binary | 11010010 | 11111010 | 1110110 | 10000 | 0 | 110101 | 10 | 1001110 | 1011101 | 1001000 |
Color Harmonies of #D2FA76
Complementary color
Monochromatic Colors of #D2FA76
Black with #D2FA76
Text Example
Text Example
White with #D2FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA76; }
p { color: rgb(210,250,118); }
H1.HeaderClassName
{
color: #D2FA76;
}
.AnyTagClassName
{
color: #D2FA76;
}
</style>
background-color css
<style>
a { background-color: #D2FA76; }
a { background-color: rgb(210,250,118); }
div.DivClassName
{
background-color: #D2FA76;
}
.BgClassName
{
background-color: #D2FA76;
}
</style>
border-color css
<style>
span { border-color: #D2FA76; }
span { border-color: rgb(210,250,118); }
td.TdClassName
{
border-color: #D2FA76;
}
.TagClassName
{
border-color: #D2FA76;
}
</style>