Shades of Pastel Green #66F191
Tints of Pastel Green #66F191
RGB
CMYK
RGB Variations
Color information
#66F191 (or 0x66F191) is known color: Pastel Green. HEX triplet: 66, F1 and 91. RGB value is (102,241,145). Sum of RGB (Red+Green+Blue) = 102+241+145=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #66F191 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F191 is #990E6E. Grayscale: #BCBCBC. Windows color (decimal): -10030703 or 9564518. OLE color: 9564518.
HSL color Cylindrical-coordinate representation of color #66F191: hue angle of 138.56º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F191 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 145 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.05 |
| HSL | 138.56º | 0.83% | 0.67% | - |
| HSV(B) | 138.56º | 0.58% | 0.95% | - |
| XYZ | 42.05 | 67.78 | 37.65 | - |
| YUV | 188.5 | 103.45 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 145 | 0.58 | 0 | 0.40 | 0.05 | 138.56 | 0.83 | 0.67 |
| Hex | 66 | F1 | 91 | 3A | 0 | 28 | 5 | 8B | 53 | 43 |
| Octal | 146 | 361 | 221 | 72 | 0 | 50 | 5 | 213 | 123 | 103 |
| Binary | 1100110 | 11110001 | 10010001 | 111010 | 0 | 101000 | 101 | 10001011 | 1010011 | 1000011 |
Color Harmonies of #66F191
Complementary color
Monochromatic Colors of #66F191
Black with #66F191
Text Example
Text Example
White with #66F191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F191; }
p { color: rgb(102,241,145); }
H1.HeaderClassName
{
color: #66F191;
}
.AnyTagClassName
{
color: #66F191;
}
</style>
background-color css
<style>
a { background-color: #66F191; }
a { background-color: rgb(102,241,145); }
div.DivClassName
{
background-color: #66F191;
}
.BgClassName
{
background-color: #66F191;
}
</style>
border-color css
<style>
span { border-color: #66F191; }
span { border-color: rgb(102,241,145); }
td.TdClassName
{
border-color: #66F191;
}
.TagClassName
{
border-color: #66F191;
}
</style>