Shades of Screamin' Green #66FF41
Tints of Screamin' Green #66FF41
RGB
CMYK
RGB Variations
Color information
#66FF41 (or 0x66FF41) is known color: Screamin' Green. HEX triplet: 66, FF and 41. RGB value is (102,255,65). Sum of RGB (Red+Green+Blue) = 102+255+65=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FF41 is #9900BE. Grayscale: #BCBCBC. Windows color (decimal): -10027199 or 4325222. OLE color: 4325222.
HSL color Cylindrical-coordinate representation of color #66FF41: hue angle of 108.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66FF41 is Cyan = 0.6, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 65 | - |
| CMYK | 0.6 | 0 | 0.75 | 0 |
| HSL | 108.32º | 1% | 0.63% | - |
| HSV(B) | 108.32º | 0.75% | 1% | - |
| XYZ | 42.19 | 74.73 | 17.2 | - |
| YUV | 187.59 | 58.81 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 65 | 0.6 | 0 | 0.75 | 0 | 108.32 | 1 | 0.63 |
| Hex | 66 | FF | 41 | 3C | 0 | 4B | 0 | 6C | 64 | 3F |
| Octal | 146 | 377 | 101 | 74 | 0 | 113 | 0 | 154 | 144 | 77 |
| Binary | 1100110 | 11111111 | 1000001 | 111100 | 0 | 1001011 | 0 | 1101100 | 1100100 | 111111 |
Color Harmonies of #66FF41
Complementary color
Monochromatic Colors of #66FF41
Black with #66FF41
Text Example
Text Example
White with #66FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF41; }
p { color: rgb(102,255,65); }
H1.HeaderClassName
{
color: #66FF41;
}
.AnyTagClassName
{
color: #66FF41;
}
</style>
background-color css
<style>
a { background-color: #66FF41; }
a { background-color: rgb(102,255,65); }
div.DivClassName
{
background-color: #66FF41;
}
.BgClassName
{
background-color: #66FF41;
}
</style>
border-color css
<style>
span { border-color: #66FF41; }
span { border-color: rgb(102,255,65); }
td.TdClassName
{
border-color: #66FF41;
}
.TagClassName
{
border-color: #66FF41;
}
</style>