Shades of Screamin' Green #66E348
Tints of Screamin' Green #66E348
RGB
CMYK
RGB Variations
Color information
#66E348 (or 0x66E348) is known color: Screamin' Green. HEX triplet: 66, E3 and 48. RGB value is (102,227,72). Sum of RGB (Red+Green+Blue) = 102+227+72=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 227 (89.06% from 255 or 56.61% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 227 - color contains mainly: green. Hex color #66E348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E348 is #991CB7. Grayscale: #ACACAC. Windows color (decimal): -10034360 or 4776806. OLE color: 4776806.
HSL color Cylindrical-coordinate representation of color #66E348: hue angle of 108.39º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66E348 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 227 | 72 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.11 |
| HSL | 108.39º | 0.73% | 0.59% | - |
| HSV(B) | 108.39º | 0.68% | 0.89% | - |
| XYZ | 34.12 | 58.23 | 15.57 | - |
| YUV | 171.96 | 71.59 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 227 | 72 | 0.55 | 0 | 0.68 | 0.11 | 108.39 | 0.73 | 0.59 |
| Hex | 66 | E3 | 48 | 37 | 0 | 44 | B | 6C | 49 | 3B |
| Octal | 146 | 343 | 110 | 67 | 0 | 104 | 13 | 154 | 111 | 73 |
| Binary | 1100110 | 11100011 | 1001000 | 110111 | 0 | 1000100 | 1011 | 1101100 | 1001001 | 111011 |
Color Harmonies of #66E348
Complementary color
Monochromatic Colors of #66E348
Black with #66E348
Text Example
Text Example
White with #66E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E348; }
p { color: rgb(102,227,72); }
H1.HeaderClassName
{
color: #66E348;
}
.AnyTagClassName
{
color: #66E348;
}
</style>
background-color css
<style>
a { background-color: #66E348; }
a { background-color: rgb(102,227,72); }
div.DivClassName
{
background-color: #66E348;
}
.BgClassName
{
background-color: #66E348;
}
</style>
border-color css
<style>
span { border-color: #66E348; }
span { border-color: rgb(102,227,72); }
td.TdClassName
{
border-color: #66E348;
}
.TagClassName
{
border-color: #66E348;
}
</style>