Shades of Pastel Green #5FDB6B
Tints of Pastel Green #5FDB6B
RGB
CMYK
RGB Variations
Color information
#5FDB6B (or 0x5FDB6B) is known color: Pastel Green. HEX triplet: 5F, DB and 6B. RGB value is (95,219,107). Sum of RGB (Red+Green+Blue) = 95+219+107=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDB6B is #A02494. Grayscale: #A9A9A9. Windows color (decimal): -10495125 or 7068511. OLE color: 7068511.
HSL color Cylindrical-coordinate representation of color #5FDB6B: hue angle of 125.81º 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 #5FDB6B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 107 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.14 |
| HSL | 125.81º | 0.63% | 0.62% | - |
| HSV(B) | 125.81º | 0.57% | 0.86% | - |
| XYZ | 32.7 | 54.16 | 22.64 | - |
| YUV | 169.16 | 92.92 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 107 | 0.57 | 0 | 0.51 | 0.14 | 125.81 | 0.63 | 0.62 |
| Hex | 5F | DB | 6B | 39 | 0 | 33 | E | 7E | 3F | 3E |
| Octal | 137 | 333 | 153 | 71 | 0 | 63 | 16 | 176 | 77 | 76 |
| Binary | 1011111 | 11011011 | 1101011 | 111001 | 0 | 110011 | 1110 | 1111110 | 111111 | 111110 |
Color Harmonies of #5FDB6B
Complementary color
Monochromatic Colors of #5FDB6B
Black with #5FDB6B
Text Example
Text Example
White with #5FDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB6B; }
p { color: rgb(95,219,107); }
H1.HeaderClassName
{
color: #5FDB6B;
}
.AnyTagClassName
{
color: #5FDB6B;
}
</style>
background-color css
<style>
a { background-color: #5FDB6B; }
a { background-color: rgb(95,219,107); }
div.DivClassName
{
background-color: #5FDB6B;
}
.BgClassName
{
background-color: #5FDB6B;
}
</style>
border-color css
<style>
span { border-color: #5FDB6B; }
span { border-color: rgb(95,219,107); }
td.TdClassName
{
border-color: #5FDB6B;
}
.TagClassName
{
border-color: #5FDB6B;
}
</style>