Shades of Sulu #D2FA7E
Tints of Sulu #D2FA7E
RGB
CMYK
RGB Variations
Color information
#D2FA7E (or 0xD2FA7E) is known color: Sulu. HEX triplet: D2, FA and 7E. RGB value is (210,250,126). Sum of RGB (Red+Green+Blue) = 210+250+126=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA7E is #2D0581. Grayscale: #E0E0E0. Windows color (decimal): -2950530 or 8321746. OLE color: 8321746.
HSL color Cylindrical-coordinate representation of color #D2FA7E: hue angle of 79.35º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2FA7E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 126 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.02 |
| HSL | 79.35º | 0.93% | 0.74% | - |
| HSV(B) | 79.35º | 0.5% | 0.98% | - |
| XYZ | 64.53 | 83.58 | 32.47 | - |
| YUV | 223.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 126 | 0.16 | 0 | 0.50 | 0.02 | 79.35 | 0.93 | 0.74 |
| Hex | D2 | FA | 7E | 10 | 0 | 32 | 2 | 4F | 5D | 4A |
| Octal | 322 | 372 | 176 | 20 | 0 | 62 | 2 | 117 | 135 | 112 |
| Binary | 11010010 | 11111010 | 1111110 | 10000 | 0 | 110010 | 10 | 1001111 | 1011101 | 1001010 |
Color Harmonies of #D2FA7E
Complementary color
Monochromatic Colors of #D2FA7E
Black with #D2FA7E
Text Example
Text Example
White with #D2FA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA7E; }
p { color: rgb(210,250,126); }
H1.HeaderClassName
{
color: #D2FA7E;
}
.AnyTagClassName
{
color: #D2FA7E;
}
</style>
background-color css
<style>
a { background-color: #D2FA7E; }
a { background-color: rgb(210,250,126); }
div.DivClassName
{
background-color: #D2FA7E;
}
.BgClassName
{
background-color: #D2FA7E;
}
</style>
border-color css
<style>
span { border-color: #D2FA7E; }
span { border-color: rgb(210,250,126); }
td.TdClassName
{
border-color: #D2FA7E;
}
.TagClassName
{
border-color: #D2FA7E;
}
</style>