Shades of Pastel Green #5FD666
Tints of Pastel Green #5FD666
RGB
CMYK
RGB Variations
Color information
#5FD666 (or 0x5FD666) is known color: Pastel Green. HEX triplet: 5F, D6 and 66. RGB value is (95,214,102). Sum of RGB (Red+Green+Blue) = 95+214+102=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD666 is #A02999. Grayscale: #A5A5A5. Windows color (decimal): -10496410 or 6739551. OLE color: 6739551.
HSL color Cylindrical-coordinate representation of color #5FD666: hue angle of 123.53º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD666 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 102 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.16 |
| HSL | 123.53º | 0.59% | 0.61% | - |
| HSV(B) | 123.53º | 0.56% | 0.84% | - |
| XYZ | 31.16 | 51.49 | 20.87 | - |
| YUV | 165.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 102 | 0.56 | 0 | 0.52 | 0.16 | 123.53 | 0.59 | 0.61 |
| Hex | 5F | D6 | 66 | 38 | 0 | 34 | 10 | 7C | 3B | 3D |
| Octal | 137 | 326 | 146 | 70 | 0 | 64 | 20 | 174 | 73 | 75 |
| Binary | 1011111 | 11010110 | 1100110 | 111000 | 0 | 110100 | 10000 | 1111100 | 111011 | 111101 |
Color Harmonies of #5FD666
Complementary color
Monochromatic Colors of #5FD666
Black with #5FD666
Text Example
Text Example
White with #5FD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD666; }
p { color: rgb(95,214,102); }
H1.HeaderClassName
{
color: #5FD666;
}
.AnyTagClassName
{
color: #5FD666;
}
</style>
background-color css
<style>
a { background-color: #5FD666; }
a { background-color: rgb(95,214,102); }
div.DivClassName
{
background-color: #5FD666;
}
.BgClassName
{
background-color: #5FD666;
}
</style>
border-color css
<style>
span { border-color: #5FD666; }
span { border-color: rgb(95,214,102); }
td.TdClassName
{
border-color: #5FD666;
}
.TagClassName
{
border-color: #5FD666;
}
</style>