Shades of Pastel Green #66F591
Tints of Pastel Green #66F591
RGB
CMYK
RGB Variations
Color information
#66F591 (or 0x66F591) is known color: Pastel Green. HEX triplet: 66, F5 and 91. RGB value is (102,245,145). Sum of RGB (Red+Green+Blue) = 102+245+145=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #66F591 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F591 is #990A6E. Grayscale: #BFBFBF. Windows color (decimal): -10029679 or 9565542. OLE color: 9565542.
HSL color Cylindrical-coordinate representation of color #66F591: hue angle of 138.04º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F591 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 245 | 145 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.04 |
| HSL | 138.04º | 0.88% | 0.68% | - |
| HSV(B) | 138.04º | 0.58% | 0.96% | - |
| XYZ | 43.24 | 70.17 | 38.05 | - |
| YUV | 190.84 | 102.12 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 245 | 145 | 0.58 | 0 | 0.41 | 0.04 | 138.04 | 0.88 | 0.68 |
| Hex | 66 | F5 | 91 | 3A | 0 | 29 | 4 | 8A | 58 | 44 |
| Octal | 146 | 365 | 221 | 72 | 0 | 51 | 4 | 212 | 130 | 104 |
| Binary | 1100110 | 11110101 | 10010001 | 111010 | 0 | 101001 | 100 | 10001010 | 1011000 | 1000100 |
Color Harmonies of #66F591
Complementary color
Monochromatic Colors of #66F591
Black with #66F591
Text Example
Text Example
White with #66F591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F591; }
p { color: rgb(102,245,145); }
H1.HeaderClassName
{
color: #66F591;
}
.AnyTagClassName
{
color: #66F591;
}
</style>
background-color css
<style>
a { background-color: #66F591; }
a { background-color: rgb(102,245,145); }
div.DivClassName
{
background-color: #66F591;
}
.BgClassName
{
background-color: #66F591;
}
</style>
border-color css
<style>
span { border-color: #66F591; }
span { border-color: rgb(102,245,145); }
td.TdClassName
{
border-color: #66F591;
}
.TagClassName
{
border-color: #66F591;
}
</style>