Shades of Screamin' Green #66F545
Tints of Screamin' Green #66F545
RGB
CMYK
RGB Variations
Color information
#66F545 (or 0x66F545) is known color: Screamin' Green. HEX triplet: 66, F5 and 45. RGB value is (102,245,69). Sum of RGB (Red+Green+Blue) = 102+245+69=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 245 (96.09% from 255 or 58.89% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 245 - color contains mainly: green. Hex color #66F545 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F545 is #990ABA. Grayscale: #B6B6B6. Windows color (decimal): -10029755 or 4584806. OLE color: 4584806.
HSL color Cylindrical-coordinate representation of color #66F545: hue angle of 108.75º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66F545 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 245 | 69 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.04 |
| HSL | 108.75º | 0.9% | 0.62% | - |
| HSV(B) | 108.75º | 0.72% | 0.96% | - |
| XYZ | 39.21 | 68.56 | 16.8 | - |
| YUV | 182.18 | 64.12 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 245 | 69 | 0.58 | 0 | 0.72 | 0.04 | 108.75 | 0.9 | 0.62 |
| Hex | 66 | F5 | 45 | 3A | 0 | 48 | 4 | 6D | 5A | 3E |
| Octal | 146 | 365 | 105 | 72 | 0 | 110 | 4 | 155 | 132 | 76 |
| Binary | 1100110 | 11110101 | 1000101 | 111010 | 0 | 1001000 | 100 | 1101101 | 1011010 | 111110 |
Color Harmonies of #66F545
Complementary color
Monochromatic Colors of #66F545
Black with #66F545
Text Example
Text Example
White with #66F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F545; }
p { color: rgb(102,245,69); }
H1.HeaderClassName
{
color: #66F545;
}
.AnyTagClassName
{
color: #66F545;
}
</style>
background-color css
<style>
a { background-color: #66F545; }
a { background-color: rgb(102,245,69); }
div.DivClassName
{
background-color: #66F545;
}
.BgClassName
{
background-color: #66F545;
}
</style>
border-color css
<style>
span { border-color: #66F545; }
span { border-color: rgb(102,245,69); }
td.TdClassName
{
border-color: #66F545;
}
.TagClassName
{
border-color: #66F545;
}
</style>