Shades of Pastel Green #5FDC6B
Tints of Pastel Green #5FDC6B
RGB
CMYK
RGB Variations
Color information
#5FDC6B (or 0x5FDC6B) is known color: Pastel Green. HEX triplet: 5F, DC and 6B. RGB value is (95,220,107). Sum of RGB (Red+Green+Blue) = 95+220+107=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDC6B is #A02394. Grayscale: #AAAAAA. Windows color (decimal): -10494869 or 7068767. OLE color: 7068767.
HSL color Cylindrical-coordinate representation of color #5FDC6B: hue angle of 125.76º degrees, saturation: 0.64, 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 #5FDC6B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 107 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.14 |
| HSL | 125.76º | 0.64% | 0.62% | - |
| HSV(B) | 125.76º | 0.57% | 0.86% | - |
| XYZ | 32.97 | 54.68 | 22.73 | - |
| YUV | 169.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 107 | 0.57 | 0 | 0.51 | 0.14 | 125.76 | 0.64 | 0.62 |
| Hex | 5F | DC | 6B | 39 | 0 | 33 | E | 7E | 40 | 3E |
| Octal | 137 | 334 | 153 | 71 | 0 | 63 | 16 | 176 | 100 | 76 |
| Binary | 1011111 | 11011100 | 1101011 | 111001 | 0 | 110011 | 1110 | 1111110 | 1000000 | 111110 |
Color Harmonies of #5FDC6B
Complementary color
Monochromatic Colors of #5FDC6B
Black with #5FDC6B
Text Example
Text Example
White with #5FDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC6B; }
p { color: rgb(95,220,107); }
H1.HeaderClassName
{
color: #5FDC6B;
}
.AnyTagClassName
{
color: #5FDC6B;
}
</style>
background-color css
<style>
a { background-color: #5FDC6B; }
a { background-color: rgb(95,220,107); }
div.DivClassName
{
background-color: #5FDC6B;
}
.BgClassName
{
background-color: #5FDC6B;
}
</style>
border-color css
<style>
span { border-color: #5FDC6B; }
span { border-color: rgb(95,220,107); }
td.TdClassName
{
border-color: #5FDC6B;
}
.TagClassName
{
border-color: #5FDC6B;
}
</style>