Shades of Pastel Green #5FE06B
Tints of Pastel Green #5FE06B
RGB
CMYK
RGB Variations
Color information
#5FE06B (or 0x5FE06B) is known color: Pastel Green. HEX triplet: 5F, E0 and 6B. RGB value is (95,224,107). Sum of RGB (Red+Green+Blue) = 95+224+107=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 224 (87.89% from 255 or 52.58% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE06B is #A01F94. Grayscale: #ACACAC. Windows color (decimal): -10493845 or 7069791. OLE color: 7069791.
HSL color Cylindrical-coordinate representation of color #5FE06B: hue angle of 125.58º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE06B is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 107 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.12 |
| HSL | 125.58º | 0.68% | 0.63% | - |
| HSV(B) | 125.58º | 0.58% | 0.88% | - |
| XYZ | 34.03 | 56.81 | 23.08 | - |
| YUV | 172.09 | 91.26 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 107 | 0.58 | 0 | 0.52 | 0.12 | 125.58 | 0.68 | 0.63 |
| Hex | 5F | E0 | 6B | 3A | 0 | 34 | C | 7E | 44 | 3F |
| Octal | 137 | 340 | 153 | 72 | 0 | 64 | 14 | 176 | 104 | 77 |
| Binary | 1011111 | 11100000 | 1101011 | 111010 | 0 | 110100 | 1100 | 1111110 | 1000100 | 111111 |
Color Harmonies of #5FE06B
Complementary color
Monochromatic Colors of #5FE06B
Black with #5FE06B
Text Example
Text Example
White with #5FE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE06B; }
p { color: rgb(95,224,107); }
H1.HeaderClassName
{
color: #5FE06B;
}
.AnyTagClassName
{
color: #5FE06B;
}
</style>
background-color css
<style>
a { background-color: #5FE06B; }
a { background-color: rgb(95,224,107); }
div.DivClassName
{
background-color: #5FE06B;
}
.BgClassName
{
background-color: #5FE06B;
}
</style>
border-color css
<style>
span { border-color: #5FE06B; }
span { border-color: rgb(95,224,107); }
td.TdClassName
{
border-color: #5FE06B;
}
.TagClassName
{
border-color: #5FE06B;
}
</style>