Shades of Screamin' Green #66EA4A
Tints of Screamin' Green #66EA4A
RGB
CMYK
RGB Variations
Color information
#66EA4A (or 0x66EA4A) is known color: Screamin' Green. HEX triplet: 66, EA and 4A. RGB value is (102,234,74). Sum of RGB (Red+Green+Blue) = 102+234+74=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 234 (91.80% from 255 or 57.07% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66EA4A is #9915B5. Grayscale: #B0B0B0. Windows color (decimal): -10032566 or 4909670. OLE color: 4909670.
HSL color Cylindrical-coordinate representation of color #66EA4A: hue angle of 109.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66EA4A is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 74 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.08 |
| HSL | 109.5º | 0.79% | 0.6% | - |
| HSV(B) | 109.5º | 0.68% | 0.92% | - |
| XYZ | 36.14 | 62.16 | 16.57 | - |
| YUV | 176.29 | 70.27 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 74 | 0.56 | 0 | 0.68 | 0.08 | 109.5 | 0.79 | 0.6 |
| Hex | 66 | EA | 4A | 38 | 0 | 44 | 8 | 6E | 4F | 3C |
| Octal | 146 | 352 | 112 | 70 | 0 | 104 | 10 | 156 | 117 | 74 |
| Binary | 1100110 | 11101010 | 1001010 | 111000 | 0 | 1000100 | 1000 | 1101110 | 1001111 | 111100 |
Color Harmonies of #66EA4A
Complementary color
Monochromatic Colors of #66EA4A
Black with #66EA4A
Text Example
Text Example
White with #66EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EA4A; }
p { color: rgb(102,234,74); }
H1.HeaderClassName
{
color: #66EA4A;
}
.AnyTagClassName
{
color: #66EA4A;
}
</style>
background-color css
<style>
a { background-color: #66EA4A; }
a { background-color: rgb(102,234,74); }
div.DivClassName
{
background-color: #66EA4A;
}
.BgClassName
{
background-color: #66EA4A;
}
</style>
border-color css
<style>
span { border-color: #66EA4A; }
span { border-color: rgb(102,234,74); }
td.TdClassName
{
border-color: #66EA4A;
}
.TagClassName
{
border-color: #66EA4A;
}
</style>