Shades of Sulu #D5FA7A
Tints of Sulu #D5FA7A
RGB
CMYK
RGB Variations
Color information
#D5FA7A (or 0xD5FA7A) is known color: Sulu. HEX triplet: D5, FA and 7A. RGB value is (213,250,122). Sum of RGB (Red+Green+Blue) = 213+250+122=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA7A is #2A0585. Grayscale: #E0E0E0. Windows color (decimal): -2753926 or 8059605. OLE color: 8059605.
HSL color Cylindrical-coordinate representation of color #D5FA7A: hue angle of 77.34º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5FA7A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 122 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.02 |
| HSL | 77.34º | 0.93% | 0.73% | - |
| HSV(B) | 77.34º | 0.51% | 0.98% | - |
| XYZ | 65.14 | 83.92 | 31.18 | - |
| YUV | 224.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 122 | 0.15 | 0 | 0.51 | 0.02 | 77.34 | 0.93 | 0.73 |
| Hex | D5 | FA | 7A | F | 0 | 33 | 2 | 4D | 5D | 49 |
| Octal | 325 | 372 | 172 | 17 | 0 | 63 | 2 | 115 | 135 | 111 |
| Binary | 11010101 | 11111010 | 1111010 | 1111 | 0 | 110011 | 10 | 1001101 | 1011101 | 1001001 |
Color Harmonies of #D5FA7A
Complementary color
Monochromatic Colors of #D5FA7A
Black with #D5FA7A
Text Example
Text Example
White with #D5FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA7A; }
p { color: rgb(213,250,122); }
H1.HeaderClassName
{
color: #D5FA7A;
}
.AnyTagClassName
{
color: #D5FA7A;
}
</style>
background-color css
<style>
a { background-color: #D5FA7A; }
a { background-color: rgb(213,250,122); }
div.DivClassName
{
background-color: #D5FA7A;
}
.BgClassName
{
background-color: #D5FA7A;
}
</style>
border-color css
<style>
span { border-color: #D5FA7A; }
span { border-color: rgb(213,250,122); }
td.TdClassName
{
border-color: #D5FA7A;
}
.TagClassName
{
border-color: #D5FA7A;
}
</style>