Shades of Pastel Green #66F391
Tints of Pastel Green #66F391
RGB
CMYK
RGB Variations
Color information
#66F391 (or 0x66F391) is known color: Pastel Green. HEX triplet: 66, F3 and 91. RGB value is (102,243,145). Sum of RGB (Red+Green+Blue) = 102+243+145=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #66F391 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F391 is #990C6E. Grayscale: #BDBDBD. Windows color (decimal): -10030191 or 9565030. OLE color: 9565030.
HSL color Cylindrical-coordinate representation of color #66F391: hue angle of 138.3º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F391 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 145 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.05 |
| HSL | 138.3º | 0.85% | 0.68% | - |
| HSV(B) | 138.3º | 0.58% | 0.95% | - |
| XYZ | 42.64 | 68.97 | 37.85 | - |
| YUV | 189.67 | 102.79 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 145 | 0.58 | 0 | 0.40 | 0.05 | 138.3 | 0.85 | 0.68 |
| Hex | 66 | F3 | 91 | 3A | 0 | 28 | 5 | 8A | 55 | 44 |
| Octal | 146 | 363 | 221 | 72 | 0 | 50 | 5 | 212 | 125 | 104 |
| Binary | 1100110 | 11110011 | 10010001 | 111010 | 0 | 101000 | 101 | 10001010 | 1010101 | 1000100 |
Color Harmonies of #66F391
Complementary color
Monochromatic Colors of #66F391
Black with #66F391
Text Example
Text Example
White with #66F391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F391; }
p { color: rgb(102,243,145); }
H1.HeaderClassName
{
color: #66F391;
}
.AnyTagClassName
{
color: #66F391;
}
</style>
background-color css
<style>
a { background-color: #66F391; }
a { background-color: rgb(102,243,145); }
div.DivClassName
{
background-color: #66F391;
}
.BgClassName
{
background-color: #66F391;
}
</style>
border-color css
<style>
span { border-color: #66F391; }
span { border-color: rgb(102,243,145); }
td.TdClassName
{
border-color: #66F391;
}
.TagClassName
{
border-color: #66F391;
}
</style>