Shades of Screamin' Green #66F036
Tints of Screamin' Green #66F036
RGB
CMYK
RGB Variations
Color information
#66F036 (or 0x66F036) is known color: Screamin' Green. HEX triplet: 66, F0 and 36. RGB value is (102,240,54). Sum of RGB (Red+Green+Blue) = 102+240+54=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 240 (94.14% from 255 or 60.61% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 240 - color contains mainly: green. Hex color #66F036 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F036 is #990FC9. Grayscale: #B2B2B2. Windows color (decimal): -10031050 or 3600486. OLE color: 3600486.
HSL color Cylindrical-coordinate representation of color #66F036: hue angle of 104.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66F036 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 54 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.06 |
| HSL | 104.52º | 0.86% | 0.58% | - |
| HSV(B) | 104.52º | 0.78% | 0.94% | - |
| XYZ | 37.31 | 65.41 | 14.15 | - |
| YUV | 177.53 | 58.28 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 54 | 0.58 | 0 | 0.78 | 0.06 | 104.52 | 0.86 | 0.58 |
| Hex | 66 | F0 | 36 | 3A | 0 | 4E | 6 | 69 | 56 | 3A |
| Octal | 146 | 360 | 66 | 72 | 0 | 116 | 6 | 151 | 126 | 72 |
| Binary | 1100110 | 11110000 | 110110 | 111010 | 0 | 1001110 | 110 | 1101001 | 1010110 | 111010 |
Color Harmonies of #66F036
Complementary color
Monochromatic Colors of #66F036
Black with #66F036
Text Example
Text Example
White with #66F036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F036; }
p { color: rgb(102,240,54); }
H1.HeaderClassName
{
color: #66F036;
}
.AnyTagClassName
{
color: #66F036;
}
</style>
background-color css
<style>
a { background-color: #66F036; }
a { background-color: rgb(102,240,54); }
div.DivClassName
{
background-color: #66F036;
}
.BgClassName
{
background-color: #66F036;
}
</style>
border-color css
<style>
span { border-color: #66F036; }
span { border-color: rgb(102,240,54); }
td.TdClassName
{
border-color: #66F036;
}
.TagClassName
{
border-color: #66F036;
}
</style>