Shades of Sulu #D5FA79
Tints of Sulu #D5FA79
RGB
CMYK
RGB Variations
Color information
#D5FA79 (or 0xD5FA79) is known color: Sulu. HEX triplet: D5, FA and 79. RGB value is (213,250,121). Sum of RGB (Red+Green+Blue) = 213+250+121=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA79 is #2A0586. Grayscale: #E0E0E0. Windows color (decimal): -2753927 or 7994069. OLE color: 7994069.
HSL color Cylindrical-coordinate representation of color #D5FA79: hue angle of 77.21º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5FA79 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 121 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.02 |
| HSL | 77.21º | 0.93% | 0.73% | - |
| HSV(B) | 77.21º | 0.52% | 0.98% | - |
| XYZ | 65.08 | 83.9 | 30.85 | - |
| YUV | 224.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 121 | 0.15 | 0 | 0.52 | 0.02 | 77.21 | 0.93 | 0.73 |
| Hex | D5 | FA | 79 | F | 0 | 34 | 2 | 4D | 5D | 49 |
| Octal | 325 | 372 | 171 | 17 | 0 | 64 | 2 | 115 | 135 | 111 |
| Binary | 11010101 | 11111010 | 1111001 | 1111 | 0 | 110100 | 10 | 1001101 | 1011101 | 1001001 |
Color Harmonies of #D5FA79
Complementary color
Monochromatic Colors of #D5FA79
Black with #D5FA79
Text Example
Text Example
White with #D5FA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA79; }
p { color: rgb(213,250,121); }
H1.HeaderClassName
{
color: #D5FA79;
}
.AnyTagClassName
{
color: #D5FA79;
}
</style>
background-color css
<style>
a { background-color: #D5FA79; }
a { background-color: rgb(213,250,121); }
div.DivClassName
{
background-color: #D5FA79;
}
.BgClassName
{
background-color: #D5FA79;
}
</style>
border-color css
<style>
span { border-color: #D5FA79; }
span { border-color: rgb(213,250,121); }
td.TdClassName
{
border-color: #D5FA79;
}
.TagClassName
{
border-color: #D5FA79;
}
</style>