Shades of Pastel Green #66F292
Tints of Pastel Green #66F292
RGB
CMYK
RGB Variations
Color information
#66F292 (or 0x66F292) is known color: Pastel Green. HEX triplet: 66, F2 and 92. RGB value is (102,242,146). Sum of RGB (Red+Green+Blue) = 102+242+146=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #66F292 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F292 is #990D6D. Grayscale: #BDBDBD. Windows color (decimal): -10030446 or 9630310. OLE color: 9630310.
HSL color Cylindrical-coordinate representation of color #66F292: hue angle of 138.86º degrees, saturation: 0.84, 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 #66F292 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 146 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.05 |
| HSL | 138.86º | 0.84% | 0.67% | - |
| HSV(B) | 138.86º | 0.58% | 0.95% | - |
| XYZ | 42.42 | 68.4 | 38.16 | - |
| YUV | 189.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 146 | 0.58 | 0 | 0.40 | 0.05 | 138.86 | 0.84 | 0.67 |
| Hex | 66 | F2 | 92 | 3A | 0 | 28 | 5 | 8B | 54 | 43 |
| Octal | 146 | 362 | 222 | 72 | 0 | 50 | 5 | 213 | 124 | 103 |
| Binary | 1100110 | 11110010 | 10010010 | 111010 | 0 | 101000 | 101 | 10001011 | 1010100 | 1000011 |
Color Harmonies of #66F292
Complementary color
Monochromatic Colors of #66F292
Black with #66F292
Text Example
Text Example
White with #66F292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F292; }
p { color: rgb(102,242,146); }
H1.HeaderClassName
{
color: #66F292;
}
.AnyTagClassName
{
color: #66F292;
}
</style>
background-color css
<style>
a { background-color: #66F292; }
a { background-color: rgb(102,242,146); }
div.DivClassName
{
background-color: #66F292;
}
.BgClassName
{
background-color: #66F292;
}
</style>
border-color css
<style>
span { border-color: #66F292; }
span { border-color: rgb(102,242,146); }
td.TdClassName
{
border-color: #66F292;
}
.TagClassName
{
border-color: #66F292;
}
</style>