Shades of Sulu #D1FF79
Tints of Sulu #D1FF79
RGB
CMYK
RGB Variations
Color information
#D1FF79 (or 0xD1FF79) is known color: Sulu. HEX triplet: D1, FF and 79. RGB value is (209,255,121). Sum of RGB (Red+Green+Blue) = 209+255+121=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF79 is #2E0086. Grayscale: #E2E2E2. Windows color (decimal): -3014791 or 7995345. OLE color: 7995345.
HSL color Cylindrical-coordinate representation of color #D1FF79: hue angle of 80.6º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1FF79 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 121 | - |
| CMYK | 0.18 | 0 | 0.53 | 0 |
| HSL | 80.6º | 1% | 0.74% | - |
| HSV(B) | 80.6º | 0.53% | 1% | - |
| XYZ | 65.51 | 86.46 | 31.32 | - |
| YUV | 225.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 121 | 0.18 | 0 | 0.53 | 0 | 80.6 | 1 | 0.74 |
| Hex | D1 | FF | 79 | 12 | 0 | 35 | 0 | 51 | 64 | 4A |
| Octal | 321 | 377 | 171 | 22 | 0 | 65 | 0 | 121 | 144 | 112 |
| Binary | 11010001 | 11111111 | 1111001 | 10010 | 0 | 110101 | 0 | 1010001 | 1100100 | 1001010 |
Color Harmonies of #D1FF79
Complementary color
Monochromatic Colors of #D1FF79
Black with #D1FF79
Text Example
Text Example
White with #D1FF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF79; }
p { color: rgb(209,255,121); }
H1.HeaderClassName
{
color: #D1FF79;
}
.AnyTagClassName
{
color: #D1FF79;
}
</style>
background-color css
<style>
a { background-color: #D1FF79; }
a { background-color: rgb(209,255,121); }
div.DivClassName
{
background-color: #D1FF79;
}
.BgClassName
{
background-color: #D1FF79;
}
</style>
border-color css
<style>
span { border-color: #D1FF79; }
span { border-color: rgb(209,255,121); }
td.TdClassName
{
border-color: #D1FF79;
}
.TagClassName
{
border-color: #D1FF79;
}
</style>