Shades of Sulu #D5FF79
Tints of Sulu #D5FF79
RGB
CMYK
RGB Variations
Color information
#D5FF79 (or 0xD5FF79) is known color: Sulu. HEX triplet: D5, FF and 79. RGB value is (213,255,121). Sum of RGB (Red+Green+Blue) = 213+255+121=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF79 is #2A0086. Grayscale: #E3E3E3. Windows color (decimal): -2752647 or 7995349. OLE color: 7995349.
HSL color Cylindrical-coordinate representation of color #D5FF79: hue angle of 78.81º 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 #D5FF79 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 121 | - |
| CMYK | 0.16 | 0 | 0.53 | 0 |
| HSL | 78.81º | 1% | 0.74% | - |
| HSV(B) | 78.81º | 0.53% | 1% | - |
| XYZ | 66.65 | 87.05 | 31.38 | - |
| YUV | 227.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 121 | 0.16 | 0 | 0.53 | 0 | 78.81 | 1 | 0.74 |
| Hex | D5 | FF | 79 | 10 | 0 | 35 | 0 | 4F | 64 | 4A |
| Octal | 325 | 377 | 171 | 20 | 0 | 65 | 0 | 117 | 144 | 112 |
| Binary | 11010101 | 11111111 | 1111001 | 10000 | 0 | 110101 | 0 | 1001111 | 1100100 | 1001010 |
Color Harmonies of #D5FF79
Complementary color
Monochromatic Colors of #D5FF79
Black with #D5FF79
Text Example
Text Example
White with #D5FF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF79; }
p { color: rgb(213,255,121); }
H1.HeaderClassName
{
color: #D5FF79;
}
.AnyTagClassName
{
color: #D5FF79;
}
</style>
background-color css
<style>
a { background-color: #D5FF79; }
a { background-color: rgb(213,255,121); }
div.DivClassName
{
background-color: #D5FF79;
}
.BgClassName
{
background-color: #D5FF79;
}
</style>
border-color css
<style>
span { border-color: #D5FF79; }
span { border-color: rgb(213,255,121); }
td.TdClassName
{
border-color: #D5FF79;
}
.TagClassName
{
border-color: #D5FF79;
}
</style>