Shades of Pastel Green #5FDB6D
Tints of Pastel Green #5FDB6D
RGB
CMYK
RGB Variations
Color information
#5FDB6D (or 0x5FDB6D) is known color: Pastel Green. HEX triplet: 5F, DB and 6D. RGB value is (95,219,109). Sum of RGB (Red+Green+Blue) = 95+219+109=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDB6D is #A02492. Grayscale: #A9A9A9. Windows color (decimal): -10495123 or 7199583. OLE color: 7199583.
HSL color Cylindrical-coordinate representation of color #5FDB6D: hue angle of 126.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDB6D is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 109 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.14 |
| HSL | 126.77º | 0.63% | 0.62% | - |
| HSV(B) | 126.77º | 0.57% | 0.86% | - |
| XYZ | 32.81 | 54.2 | 23.2 | - |
| YUV | 169.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 109 | 0.57 | 0 | 0.50 | 0.14 | 126.77 | 0.63 | 0.62 |
| Hex | 5F | DB | 6D | 39 | 0 | 32 | E | 7F | 3F | 3E |
| Octal | 137 | 333 | 155 | 71 | 0 | 62 | 16 | 177 | 77 | 76 |
| Binary | 1011111 | 11011011 | 1101101 | 111001 | 0 | 110010 | 1110 | 1111111 | 111111 | 111110 |
Color Harmonies of #5FDB6D
Complementary color
Monochromatic Colors of #5FDB6D
Black with #5FDB6D
Text Example
Text Example
White with #5FDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB6D; }
p { color: rgb(95,219,109); }
H1.HeaderClassName
{
color: #5FDB6D;
}
.AnyTagClassName
{
color: #5FDB6D;
}
</style>
background-color css
<style>
a { background-color: #5FDB6D; }
a { background-color: rgb(95,219,109); }
div.DivClassName
{
background-color: #5FDB6D;
}
.BgClassName
{
background-color: #5FDB6D;
}
</style>
border-color css
<style>
span { border-color: #5FDB6D; }
span { border-color: rgb(95,219,109); }
td.TdClassName
{
border-color: #5FDB6D;
}
.TagClassName
{
border-color: #5FDB6D;
}
</style>