Shades of Sulu #D1FE79
Tints of Sulu #D1FE79
RGB
CMYK
RGB Variations
Color information
#D1FE79 (or 0xD1FE79) is known color: Sulu. HEX triplet: D1, FE and 79. RGB value is (209,254,121). Sum of RGB (Red+Green+Blue) = 209+254+121=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FE79 is #2E0186. Grayscale: #E1E1E1. Windows color (decimal): -3015047 or 7995089. OLE color: 7995089.
HSL color Cylindrical-coordinate representation of color #D1FE79: hue angle of 80.3º 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 #D1FE79 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 121 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.00 |
| HSL | 80.3º | 0.99% | 0.74% | - |
| HSV(B) | 80.3º | 0.52% | 1% | - |
| XYZ | 65.19 | 85.82 | 31.22 | - |
| YUV | 225.38 | 69.09 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 121 | 0.18 | 0 | 0.52 | 0.00 | 80.3 | 0.99 | 0.74 |
| Hex | D1 | FE | 79 | 12 | 0 | 34 | 0 | 50 | 63 | 4A |
| Octal | 321 | 376 | 171 | 22 | 0 | 64 | 0 | 120 | 143 | 112 |
| Binary | 11010001 | 11111110 | 1111001 | 10010 | 0 | 110100 | 0 | 1010000 | 1100011 | 1001010 |
Color Harmonies of #D1FE79
Complementary color
Monochromatic Colors of #D1FE79
Black with #D1FE79
Text Example
Text Example
White with #D1FE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE79; }
p { color: rgb(209,254,121); }
H1.HeaderClassName
{
color: #D1FE79;
}
.AnyTagClassName
{
color: #D1FE79;
}
</style>
background-color css
<style>
a { background-color: #D1FE79; }
a { background-color: rgb(209,254,121); }
div.DivClassName
{
background-color: #D1FE79;
}
.BgClassName
{
background-color: #D1FE79;
}
</style>
border-color css
<style>
span { border-color: #D1FE79; }
span { border-color: rgb(209,254,121); }
td.TdClassName
{
border-color: #D1FE79;
}
.TagClassName
{
border-color: #D1FE79;
}
</style>