Shades of Screamin' Green #66F254
Tints of Screamin' Green #66F254
RGB
CMYK
RGB Variations
Color information
#66F254 (or 0x66F254) is known color: Screamin' Green. HEX triplet: 66, F2 and 54. RGB value is (102,242,84). Sum of RGB (Red+Green+Blue) = 102+242+84=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #66F254 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F254 is #990DAB. Grayscale: #B6B6B6. Windows color (decimal): -10030508 or 5567078. OLE color: 5567078.
HSL color Cylindrical-coordinate representation of color #66F254: hue angle of 113.16º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66F254 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 84 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.05 |
| HSL | 113.16º | 0.86% | 0.64% | - |
| HSV(B) | 113.16º | 0.65% | 0.95% | - |
| XYZ | 38.83 | 66.97 | 19.27 | - |
| YUV | 182.13 | 72.62 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 84 | 0.58 | 0 | 0.65 | 0.05 | 113.16 | 0.86 | 0.64 |
| Hex | 66 | F2 | 54 | 3A | 0 | 41 | 5 | 71 | 56 | 40 |
| Octal | 146 | 362 | 124 | 72 | 0 | 101 | 5 | 161 | 126 | 100 |
| Binary | 1100110 | 11110010 | 1010100 | 111010 | 0 | 1000001 | 101 | 1110001 | 1010110 | 1000000 |
Color Harmonies of #66F254
Complementary color
Monochromatic Colors of #66F254
Black with #66F254
Text Example
Text Example
White with #66F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F254; }
p { color: rgb(102,242,84); }
H1.HeaderClassName
{
color: #66F254;
}
.AnyTagClassName
{
color: #66F254;
}
</style>
background-color css
<style>
a { background-color: #66F254; }
a { background-color: rgb(102,242,84); }
div.DivClassName
{
background-color: #66F254;
}
.BgClassName
{
background-color: #66F254;
}
</style>
border-color css
<style>
span { border-color: #66F254; }
span { border-color: rgb(102,242,84); }
td.TdClassName
{
border-color: #66F254;
}
.TagClassName
{
border-color: #66F254;
}
</style>