Shades of Pastel Green #5FF690
Tints of Pastel Green #5FF690
RGB
CMYK
RGB Variations
Color information
#5FF690 (or 0x5FF690) is known color: Pastel Green. HEX triplet: 5F, F6 and 90. RGB value is (95,246,144). Sum of RGB (Red+Green+Blue) = 95+246+144=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #5FF690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF690 is #A0096F. Grayscale: #BDBDBD. Windows color (decimal): -10488176 or 9500255. OLE color: 9500255.
HSL color Cylindrical-coordinate representation of color #5FF690: hue angle of 139.47º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF690 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 246 | 144 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.04 |
| HSL | 139.47º | 0.89% | 0.67% | - |
| HSV(B) | 139.47º | 0.61% | 0.96% | - |
| XYZ | 42.71 | 70.36 | 37.72 | - |
| YUV | 189.22 | 102.47 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 144 | 0.61 | 0 | 0.41 | 0.04 | 139.47 | 0.89 | 0.67 |
| Hex | 5F | F6 | 90 | 3D | 0 | 29 | 4 | 8B | 59 | 43 |
| Octal | 137 | 366 | 220 | 75 | 0 | 51 | 4 | 213 | 131 | 103 |
| Binary | 1011111 | 11110110 | 10010000 | 111101 | 0 | 101001 | 100 | 10001011 | 1011001 | 1000011 |
Color Harmonies of #5FF690
Complementary color
Monochromatic Colors of #5FF690
Black with #5FF690
Text Example
Text Example
White with #5FF690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF690; }
p { color: rgb(95,246,144); }
H1.HeaderClassName
{
color: #5FF690;
}
.AnyTagClassName
{
color: #5FF690;
}
</style>
background-color css
<style>
a { background-color: #5FF690; }
a { background-color: rgb(95,246,144); }
div.DivClassName
{
background-color: #5FF690;
}
.BgClassName
{
background-color: #5FF690;
}
</style>
border-color css
<style>
span { border-color: #5FF690; }
span { border-color: rgb(95,246,144); }
td.TdClassName
{
border-color: #5FF690;
}
.TagClassName
{
border-color: #5FF690;
}
</style>