Shades of Pastel Green #5FE774
Tints of Pastel Green #5FE774
RGB
CMYK
RGB Variations
Color information
#5FE774 (or 0x5FE774) is known color: Pastel Green. HEX triplet: 5F, E7 and 74. RGB value is (95,231,116). Sum of RGB (Red+Green+Blue) = 95+231+116=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE774 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FE774 is #A0188B. Grayscale: #B1B1B1. Windows color (decimal): -10492044 or 7661407. OLE color: 7661407.
HSL color Cylindrical-coordinate representation of color #5FE774: hue angle of 129.26º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE774 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 231 | 116 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.09 |
| HSL | 129.26º | 0.74% | 0.64% | - |
| HSV(B) | 129.26º | 0.59% | 0.91% | - |
| XYZ | 36.45 | 60.85 | 26.35 | - |
| YUV | 177.23 | 93.44 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 231 | 116 | 0.59 | 0 | 0.50 | 0.09 | 129.26 | 0.74 | 0.64 |
| Hex | 5F | E7 | 74 | 3B | 0 | 32 | 9 | 81 | 4A | 40 |
| Octal | 137 | 347 | 164 | 73 | 0 | 62 | 11 | 201 | 112 | 100 |
| Binary | 1011111 | 11100111 | 1110100 | 111011 | 0 | 110010 | 1001 | 10000001 | 1001010 | 1000000 |
Color Harmonies of #5FE774
Complementary color
Monochromatic Colors of #5FE774
Black with #5FE774
Text Example
Text Example
White with #5FE774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE774; }
p { color: rgb(95,231,116); }
H1.HeaderClassName
{
color: #5FE774;
}
.AnyTagClassName
{
color: #5FE774;
}
</style>
background-color css
<style>
a { background-color: #5FE774; }
a { background-color: rgb(95,231,116); }
div.DivClassName
{
background-color: #5FE774;
}
.BgClassName
{
background-color: #5FE774;
}
</style>
border-color css
<style>
span { border-color: #5FE774; }
span { border-color: rgb(95,231,116); }
td.TdClassName
{
border-color: #5FE774;
}
.TagClassName
{
border-color: #5FE774;
}
</style>