Shades of Pastel Green #5FDB69
Tints of Pastel Green #5FDB69
RGB
CMYK
RGB Variations
Color information
#5FDB69 (or 0x5FDB69) is known color: Pastel Green. HEX triplet: 5F, DB and 69. RGB value is (95,219,105). Sum of RGB (Red+Green+Blue) = 95+219+105=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDB69 is #A02496. Grayscale: #A9A9A9. Windows color (decimal): -10495127 or 6937439. OLE color: 6937439.
HSL color Cylindrical-coordinate representation of color #5FDB69: hue angle of 124.84º 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 #5FDB69 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 105 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.14 |
| HSL | 124.84º | 0.63% | 0.62% | - |
| HSV(B) | 124.84º | 0.57% | 0.86% | - |
| XYZ | 32.6 | 54.12 | 22.09 | - |
| YUV | 168.93 | 91.92 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 105 | 0.57 | 0 | 0.52 | 0.14 | 124.84 | 0.63 | 0.62 |
| Hex | 5F | DB | 69 | 39 | 0 | 34 | E | 7D | 3F | 3E |
| Octal | 137 | 333 | 151 | 71 | 0 | 64 | 16 | 175 | 77 | 76 |
| Binary | 1011111 | 11011011 | 1101001 | 111001 | 0 | 110100 | 1110 | 1111101 | 111111 | 111110 |
Color Harmonies of #5FDB69
Complementary color
Monochromatic Colors of #5FDB69
Black with #5FDB69
Text Example
Text Example
White with #5FDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB69; }
p { color: rgb(95,219,105); }
H1.HeaderClassName
{
color: #5FDB69;
}
.AnyTagClassName
{
color: #5FDB69;
}
</style>
background-color css
<style>
a { background-color: #5FDB69; }
a { background-color: rgb(95,219,105); }
div.DivClassName
{
background-color: #5FDB69;
}
.BgClassName
{
background-color: #5FDB69;
}
</style>
border-color css
<style>
span { border-color: #5FDB69; }
span { border-color: rgb(95,219,105); }
td.TdClassName
{
border-color: #5FDB69;
}
.TagClassName
{
border-color: #5FDB69;
}
</style>