Shades of Sulu #D2FE79
Tints of Sulu #D2FE79
RGB
CMYK
RGB Variations
Color information
#D2FE79 (or 0xD2FE79) is known color: Sulu. HEX triplet: D2, FE and 79. RGB value is (210,254,121). Sum of RGB (Red+Green+Blue) = 210+254+121=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FE79 is #2D0186. Grayscale: #E2E2E2. Windows color (decimal): -2949511 or 7995090. OLE color: 7995090.
HSL color Cylindrical-coordinate representation of color #D2FE79: hue angle of 79.85º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2FE79 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 121 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.00 |
| HSL | 79.85º | 0.99% | 0.74% | - |
| HSV(B) | 79.85º | 0.52% | 1% | - |
| XYZ | 65.47 | 85.97 | 31.23 | - |
| YUV | 225.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 121 | 0.17 | 0 | 0.52 | 0.00 | 79.85 | 0.99 | 0.74 |
| Hex | D2 | FE | 79 | 11 | 0 | 34 | 0 | 50 | 63 | 4A |
| Octal | 322 | 376 | 171 | 21 | 0 | 64 | 0 | 120 | 143 | 112 |
| Binary | 11010010 | 11111110 | 1111001 | 10001 | 0 | 110100 | 0 | 1010000 | 1100011 | 1001010 |
Color Harmonies of #D2FE79
Complementary color
Monochromatic Colors of #D2FE79
Black with #D2FE79
Text Example
Text Example
White with #D2FE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE79; }
p { color: rgb(210,254,121); }
H1.HeaderClassName
{
color: #D2FE79;
}
.AnyTagClassName
{
color: #D2FE79;
}
</style>
background-color css
<style>
a { background-color: #D2FE79; }
a { background-color: rgb(210,254,121); }
div.DivClassName
{
background-color: #D2FE79;
}
.BgClassName
{
background-color: #D2FE79;
}
</style>
border-color css
<style>
span { border-color: #D2FE79; }
span { border-color: rgb(210,254,121); }
td.TdClassName
{
border-color: #D2FE79;
}
.TagClassName
{
border-color: #D2FE79;
}
</style>