Shades of Pastel Green #5FE066
Tints of Pastel Green #5FE066
RGB
CMYK
RGB Variations
Color information
#5FE066 (or 0x5FE066) is known color: Pastel Green. HEX triplet: 5F, E0 and 66. RGB value is (95,224,102). Sum of RGB (Red+Green+Blue) = 95+224+102=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE066 is #A01F99. Grayscale: #ABABAB. Windows color (decimal): -10493850 or 6742111. OLE color: 6742111.
HSL color Cylindrical-coordinate representation of color #5FE066: hue angle of 123.26º 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 #5FE066 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 102 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.12 |
| HSL | 123.26º | 0.68% | 0.63% | - |
| HSV(B) | 123.26º | 0.58% | 0.88% | - |
| XYZ | 33.77 | 56.7 | 21.74 | - |
| YUV | 171.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 102 | 0.58 | 0 | 0.54 | 0.12 | 123.26 | 0.68 | 0.63 |
| Hex | 5F | E0 | 66 | 3A | 0 | 36 | C | 7B | 44 | 3F |
| Octal | 137 | 340 | 146 | 72 | 0 | 66 | 14 | 173 | 104 | 77 |
| Binary | 1011111 | 11100000 | 1100110 | 111010 | 0 | 110110 | 1100 | 1111011 | 1000100 | 111111 |
Color Harmonies of #5FE066
Complementary color
Monochromatic Colors of #5FE066
Black with #5FE066
Text Example
Text Example
White with #5FE066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE066; }
p { color: rgb(95,224,102); }
H1.HeaderClassName
{
color: #5FE066;
}
.AnyTagClassName
{
color: #5FE066;
}
</style>
background-color css
<style>
a { background-color: #5FE066; }
a { background-color: rgb(95,224,102); }
div.DivClassName
{
background-color: #5FE066;
}
.BgClassName
{
background-color: #5FE066;
}
</style>
border-color css
<style>
span { border-color: #5FE066; }
span { border-color: rgb(95,224,102); }
td.TdClassName
{
border-color: #5FE066;
}
.TagClassName
{
border-color: #5FE066;
}
</style>