Shades of Screamin' Green #66F96A
Tints of Screamin' Green #66F96A
RGB
CMYK
RGB Variations
Color information
#66F96A (or 0x66F96A) is known color: Screamin' Green. HEX triplet: 66, F9 and 6A. RGB value is (102,249,106). Sum of RGB (Red+Green+Blue) = 102+249+106=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #66F96A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F96A is #990695. Grayscale: #BDBDBD. Windows color (decimal): -10028694 or 7010662. OLE color: 7010662.
HSL color Cylindrical-coordinate representation of color #66F96A: hue angle of 121.63º 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 #66F96A is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 106 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.02 |
| HSL | 121.63º | 0.92% | 0.69% | - |
| HSV(B) | 121.63º | 0.59% | 0.98% | - |
| XYZ | 41.96 | 71.62 | 25.25 | - |
| YUV | 188.75 | 81.3 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 106 | 0.59 | 0 | 0.57 | 0.02 | 121.63 | 0.92 | 0.69 |
| Hex | 66 | F9 | 6A | 3B | 0 | 39 | 2 | 7A | 5C | 45 |
| Octal | 146 | 371 | 152 | 73 | 0 | 71 | 2 | 172 | 134 | 105 |
| Binary | 1100110 | 11111001 | 1101010 | 111011 | 0 | 111001 | 10 | 1111010 | 1011100 | 1000101 |
Color Harmonies of #66F96A
Complementary color
Monochromatic Colors of #66F96A
Black with #66F96A
Text Example
Text Example
White with #66F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F96A; }
p { color: rgb(102,249,106); }
H1.HeaderClassName
{
color: #66F96A;
}
.AnyTagClassName
{
color: #66F96A;
}
</style>
background-color css
<style>
a { background-color: #66F96A; }
a { background-color: rgb(102,249,106); }
div.DivClassName
{
background-color: #66F96A;
}
.BgClassName
{
background-color: #66F96A;
}
</style>
border-color css
<style>
span { border-color: #66F96A; }
span { border-color: rgb(102,249,106); }
td.TdClassName
{
border-color: #66F96A;
}
.TagClassName
{
border-color: #66F96A;
}
</style>