Shades of Pastel Green #5FE675
Tints of Pastel Green #5FE675
RGB
CMYK
RGB Variations
Color information
#5FE675 (or 0x5FE675) is known color: Pastel Green. HEX triplet: 5F, E6 and 75. RGB value is (95,230,117). Sum of RGB (Red+Green+Blue) = 95+230+117=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #5FE675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FE675 is #A0198A. Grayscale: #B1B1B1. Windows color (decimal): -10492299 or 7726687. OLE color: 7726687.
HSL color Cylindrical-coordinate representation of color #5FE675: hue angle of 129.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE675 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 230 | 117 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.10 |
| HSL | 129.78º | 0.73% | 0.64% | - |
| HSV(B) | 129.78º | 0.59% | 0.9% | - |
| XYZ | 36.23 | 60.31 | 26.56 | - |
| YUV | 176.75 | 94.27 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 230 | 117 | 0.59 | 0 | 0.49 | 0.10 | 129.78 | 0.73 | 0.64 |
| Hex | 5F | E6 | 75 | 3B | 0 | 31 | A | 82 | 49 | 40 |
| Octal | 137 | 346 | 165 | 73 | 0 | 61 | 12 | 202 | 111 | 100 |
| Binary | 1011111 | 11100110 | 1110101 | 111011 | 0 | 110001 | 1010 | 10000010 | 1001001 | 1000000 |
Color Harmonies of #5FE675
Complementary color
Monochromatic Colors of #5FE675
Black with #5FE675
Text Example
Text Example
White with #5FE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE675; }
p { color: rgb(95,230,117); }
H1.HeaderClassName
{
color: #5FE675;
}
.AnyTagClassName
{
color: #5FE675;
}
</style>
background-color css
<style>
a { background-color: #5FE675; }
a { background-color: rgb(95,230,117); }
div.DivClassName
{
background-color: #5FE675;
}
.BgClassName
{
background-color: #5FE675;
}
</style>
border-color css
<style>
span { border-color: #5FE675; }
span { border-color: rgb(95,230,117); }
td.TdClassName
{
border-color: #5FE675;
}
.TagClassName
{
border-color: #5FE675;
}
</style>