Shades of Screamin' Green #66EA55
Tints of Screamin' Green #66EA55
RGB
CMYK
RGB Variations
Color information
#66EA55 (or 0x66EA55) is known color: Screamin' Green. HEX triplet: 66, EA and 55. RGB value is (102,234,85). Sum of RGB (Red+Green+Blue) = 102+234+85=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66EA55 is #9915AA. Grayscale: #B2B2B2. Windows color (decimal): -10032555 or 5630566. OLE color: 5630566.
HSL color Cylindrical-coordinate representation of color #66EA55: hue angle of 113.15º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66EA55 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 85 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.08 |
| HSL | 113.15º | 0.78% | 0.63% | - |
| HSV(B) | 113.15º | 0.64% | 0.92% | - |
| XYZ | 36.54 | 62.33 | 18.7 | - |
| YUV | 177.55 | 75.77 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 85 | 0.56 | 0 | 0.64 | 0.08 | 113.15 | 0.78 | 0.63 |
| Hex | 66 | EA | 55 | 38 | 0 | 40 | 8 | 71 | 4E | 3F |
| Octal | 146 | 352 | 125 | 70 | 0 | 100 | 10 | 161 | 116 | 77 |
| Binary | 1100110 | 11101010 | 1010101 | 111000 | 0 | 1000000 | 1000 | 1110001 | 1001110 | 111111 |
Color Harmonies of #66EA55
Complementary color
Monochromatic Colors of #66EA55
Black with #66EA55
Text Example
Text Example
White with #66EA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EA55; }
p { color: rgb(102,234,85); }
H1.HeaderClassName
{
color: #66EA55;
}
.AnyTagClassName
{
color: #66EA55;
}
</style>
background-color css
<style>
a { background-color: #66EA55; }
a { background-color: rgb(102,234,85); }
div.DivClassName
{
background-color: #66EA55;
}
.BgClassName
{
background-color: #66EA55;
}
</style>
border-color css
<style>
span { border-color: #66EA55; }
span { border-color: rgb(102,234,85); }
td.TdClassName
{
border-color: #66EA55;
}
.TagClassName
{
border-color: #66EA55;
}
</style>