Shades of Pastel Green #5FDB5A
Tints of Pastel Green #5FDB5A
RGB
CMYK
RGB Variations
Color information
#5FDB5A (or 0x5FDB5A) is known color: Pastel Green. HEX triplet: 5F, DB and 5A. RGB value is (95,219,90). Sum of RGB (Red+Green+Blue) = 95+219+90=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDB5A is #A024A5. Grayscale: #A7A7A7. Windows color (decimal): -10495142 or 5954399. OLE color: 5954399.
HSL color Cylindrical-coordinate representation of color #5FDB5A: hue angle of 117.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FDB5A is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 90 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.14 |
| HSL | 117.67º | 0.64% | 0.61% | - |
| HSV(B) | 117.67º | 0.59% | 0.86% | - |
| XYZ | 31.9 | 53.83 | 18.38 | - |
| YUV | 167.22 | 84.42 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 90 | 0.57 | 0 | 0.59 | 0.14 | 117.67 | 0.64 | 0.61 |
| Hex | 5F | DB | 5A | 39 | 0 | 3B | E | 76 | 40 | 3D |
| Octal | 137 | 333 | 132 | 71 | 0 | 73 | 16 | 166 | 100 | 75 |
| Binary | 1011111 | 11011011 | 1011010 | 111001 | 0 | 111011 | 1110 | 1110110 | 1000000 | 111101 |
Color Harmonies of #5FDB5A
Complementary color
Monochromatic Colors of #5FDB5A
Black with #5FDB5A
Text Example
Text Example
White with #5FDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB5A; }
p { color: rgb(95,219,90); }
H1.HeaderClassName
{
color: #5FDB5A;
}
.AnyTagClassName
{
color: #5FDB5A;
}
</style>
background-color css
<style>
a { background-color: #5FDB5A; }
a { background-color: rgb(95,219,90); }
div.DivClassName
{
background-color: #5FDB5A;
}
.BgClassName
{
background-color: #5FDB5A;
}
</style>
border-color css
<style>
span { border-color: #5FDB5A; }
span { border-color: rgb(95,219,90); }
td.TdClassName
{
border-color: #5FDB5A;
}
.TagClassName
{
border-color: #5FDB5A;
}
</style>