Shades of Screamin' Green #66E852
Tints of Screamin' Green #66E852
RGB
CMYK
RGB Variations
Color information
#66E852 (or 0x66E852) is known color: Screamin' Green. HEX triplet: 66, E8 and 52. RGB value is (102,232,82). Sum of RGB (Red+Green+Blue) = 102+232+82=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #66E852 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66E852 is #9917AD. Grayscale: #B0B0B0. Windows color (decimal): -10033070 or 5433446. OLE color: 5433446.
HSL color Cylindrical-coordinate representation of color #66E852: hue angle of 112º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66E852 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 232 | 82 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.09 |
| HSL | 112º | 0.77% | 0.62% | - |
| HSV(B) | 112º | 0.65% | 0.91% | - |
| XYZ | 35.86 | 61.15 | 17.9 | - |
| YUV | 176.03 | 74.93 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 232 | 82 | 0.56 | 0 | 0.65 | 0.09 | 112 | 0.77 | 0.62 |
| Hex | 66 | E8 | 52 | 38 | 0 | 41 | 9 | 70 | 4D | 3E |
| Octal | 146 | 350 | 122 | 70 | 0 | 101 | 11 | 160 | 115 | 76 |
| Binary | 1100110 | 11101000 | 1010010 | 111000 | 0 | 1000001 | 1001 | 1110000 | 1001101 | 111110 |
Color Harmonies of #66E852
Complementary color
Monochromatic Colors of #66E852
Black with #66E852
Text Example
Text Example
White with #66E852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E852; }
p { color: rgb(102,232,82); }
H1.HeaderClassName
{
color: #66E852;
}
.AnyTagClassName
{
color: #66E852;
}
</style>
background-color css
<style>
a { background-color: #66E852; }
a { background-color: rgb(102,232,82); }
div.DivClassName
{
background-color: #66E852;
}
.BgClassName
{
background-color: #66E852;
}
</style>
border-color css
<style>
span { border-color: #66E852; }
span { border-color: rgb(102,232,82); }
td.TdClassName
{
border-color: #66E852;
}
.TagClassName
{
border-color: #66E852;
}
</style>