Shades of Screamin' Green #66FE42
Tints of Screamin' Green #66FE42
RGB
CMYK
RGB Variations
Color information
#66FE42 (or 0x66FE42) is known color: Screamin' Green. HEX triplet: 66, FE and 42. RGB value is (102,254,66). Sum of RGB (Red+Green+Blue) = 102+254+66=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #66FE42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FE42 is #9901BD. Grayscale: #BBBBBB. Windows color (decimal): -10027454 or 4390502. OLE color: 4390502.
HSL color Cylindrical-coordinate representation of color #66FE42: hue angle of 108.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66FE42 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 66 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.00 |
| HSL | 108.51º | 0.99% | 0.63% | - |
| HSV(B) | 108.51º | 0.74% | 1% | - |
| XYZ | 41.9 | 74.1 | 17.25 | - |
| YUV | 187.12 | 59.64 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 66 | 0.60 | 0 | 0.74 | 0.00 | 108.51 | 0.99 | 0.63 |
| Hex | 66 | FE | 42 | 3C | 0 | 4A | 0 | 6D | 63 | 3F |
| Octal | 146 | 376 | 102 | 74 | 0 | 112 | 0 | 155 | 143 | 77 |
| Binary | 1100110 | 11111110 | 1000010 | 111100 | 0 | 1001010 | 0 | 1101101 | 1100011 | 111111 |
Color Harmonies of #66FE42
Complementary color
Monochromatic Colors of #66FE42
Black with #66FE42
Text Example
Text Example
White with #66FE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FE42; }
p { color: rgb(102,254,66); }
H1.HeaderClassName
{
color: #66FE42;
}
.AnyTagClassName
{
color: #66FE42;
}
</style>
background-color css
<style>
a { background-color: #66FE42; }
a { background-color: rgb(102,254,66); }
div.DivClassName
{
background-color: #66FE42;
}
.BgClassName
{
background-color: #66FE42;
}
</style>
border-color css
<style>
span { border-color: #66FE42; }
span { border-color: rgb(102,254,66); }
td.TdClassName
{
border-color: #66FE42;
}
.TagClassName
{
border-color: #66FE42;
}
</style>