Shades of Light Green #66F997
Tints of Light Green #66F997
RGB
CMYK
RGB Variations
Color information
#66F997 (or 0x66F997) is known color: Light Green. HEX triplet: 66, F9 and 97. RGB value is (102,249,151). Sum of RGB (Red+Green+Blue) = 102+249+151=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #66F997 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F997 is #990668. Grayscale: #C2C2C2. Windows color (decimal): -10028649 or 9959782. OLE color: 9959782.
HSL color Cylindrical-coordinate representation of color #66F997: hue angle of 140º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F997 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 151 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.02 |
| HSL | 140º | 0.92% | 0.69% | - |
| HSV(B) | 140º | 0.59% | 0.98% | - |
| XYZ | 44.94 | 72.81 | 40.96 | - |
| YUV | 193.88 | 103.8 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 151 | 0.59 | 0 | 0.39 | 0.02 | 140 | 0.92 | 0.69 |
| Hex | 66 | F9 | 97 | 3B | 0 | 27 | 2 | 8C | 5C | 45 |
| Octal | 146 | 371 | 227 | 73 | 0 | 47 | 2 | 214 | 134 | 105 |
| Binary | 1100110 | 11111001 | 10010111 | 111011 | 0 | 100111 | 10 | 10001100 | 1011100 | 1000101 |
Color Harmonies of #66F997
Complementary color
Monochromatic Colors of #66F997
Black with #66F997
Text Example
Text Example
White with #66F997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F997; }
p { color: rgb(102,249,151); }
H1.HeaderClassName
{
color: #66F997;
}
.AnyTagClassName
{
color: #66F997;
}
</style>
background-color css
<style>
a { background-color: #66F997; }
a { background-color: rgb(102,249,151); }
div.DivClassName
{
background-color: #66F997;
}
.BgClassName
{
background-color: #66F997;
}
</style>
border-color css
<style>
span { border-color: #66F997; }
span { border-color: rgb(102,249,151); }
td.TdClassName
{
border-color: #66F997;
}
.TagClassName
{
border-color: #66F997;
}
</style>