Shades of Sulu #D2FA77
Tints of Sulu #D2FA77
RGB
CMYK
RGB Variations
Color information
#D2FA77 (or 0xD2FA77) is known color: Sulu. HEX triplet: D2, FA and 77. RGB value is (210,250,119). Sum of RGB (Red+Green+Blue) = 210+250+119=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 119 (46.88% from 255 or 20.55% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA77 is #2D0588. Grayscale: #DFDFDF. Windows color (decimal): -2950537 or 7862994. OLE color: 7862994.
HSL color Cylindrical-coordinate representation of color #D2FA77: hue angle of 78.32º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2FA77 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 119 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.02 |
| HSL | 78.32º | 0.93% | 0.72% | - |
| HSV(B) | 78.32º | 0.52% | 0.98% | - |
| XYZ | 64.09 | 83.4 | 30.17 | - |
| YUV | 223.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 119 | 0.16 | 0 | 0.52 | 0.02 | 78.32 | 0.93 | 0.72 |
| Hex | D2 | FA | 77 | 10 | 0 | 34 | 2 | 4E | 5D | 48 |
| Octal | 322 | 372 | 167 | 20 | 0 | 64 | 2 | 116 | 135 | 110 |
| Binary | 11010010 | 11111010 | 1110111 | 10000 | 0 | 110100 | 10 | 1001110 | 1011101 | 1001000 |
Color Harmonies of #D2FA77
Complementary color
Monochromatic Colors of #D2FA77
Black with #D2FA77
Text Example
Text Example
White with #D2FA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA77; }
p { color: rgb(210,250,119); }
H1.HeaderClassName
{
color: #D2FA77;
}
.AnyTagClassName
{
color: #D2FA77;
}
</style>
background-color css
<style>
a { background-color: #D2FA77; }
a { background-color: rgb(210,250,119); }
div.DivClassName
{
background-color: #D2FA77;
}
.BgClassName
{
background-color: #D2FA77;
}
</style>
border-color css
<style>
span { border-color: #D2FA77; }
span { border-color: rgb(210,250,119); }
td.TdClassName
{
border-color: #D2FA77;
}
.TagClassName
{
border-color: #D2FA77;
}
</style>