Shades of Screamin' Green #66E441
Tints of Screamin' Green #66E441
RGB
CMYK
RGB Variations
Color information
#66E441 (or 0x66E441) is known color: Screamin' Green. HEX triplet: 66, E4 and 41. RGB value is (102,228,65). Sum of RGB (Red+Green+Blue) = 102+228+65=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #66E441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E441 is #991BBE. Grayscale: #ACACAC. Windows color (decimal): -10034111 or 4318310. OLE color: 4318310.
HSL color Cylindrical-coordinate representation of color #66E441: hue angle of 106.38º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66E441 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 228 | 65 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.11 |
| HSL | 106.38º | 0.75% | 0.57% | - |
| HSV(B) | 106.38º | 0.71% | 0.89% | - |
| XYZ | 34.18 | 58.69 | 14.53 | - |
| YUV | 171.74 | 67.76 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 228 | 65 | 0.55 | 0 | 0.71 | 0.11 | 106.38 | 0.75 | 0.57 |
| Hex | 66 | E4 | 41 | 37 | 0 | 47 | B | 6A | 4B | 39 |
| Octal | 146 | 344 | 101 | 67 | 0 | 107 | 13 | 152 | 113 | 71 |
| Binary | 1100110 | 11100100 | 1000001 | 110111 | 0 | 1000111 | 1011 | 1101010 | 1001011 | 111001 |
Color Harmonies of #66E441
Complementary color
Monochromatic Colors of #66E441
Black with #66E441
Text Example
Text Example
White with #66E441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E441; }
p { color: rgb(102,228,65); }
H1.HeaderClassName
{
color: #66E441;
}
.AnyTagClassName
{
color: #66E441;
}
</style>
background-color css
<style>
a { background-color: #66E441; }
a { background-color: rgb(102,228,65); }
div.DivClassName
{
background-color: #66E441;
}
.BgClassName
{
background-color: #66E441;
}
</style>
border-color css
<style>
span { border-color: #66E441; }
span { border-color: rgb(102,228,65); }
td.TdClassName
{
border-color: #66E441;
}
.TagClassName
{
border-color: #66E441;
}
</style>