Shades of Screamin' Green #66F258
Tints of Screamin' Green #66F258
RGB
CMYK
RGB Variations
Color information
#66F258 (or 0x66F258) is known color: Screamin' Green. HEX triplet: 66, F2 and 58. RGB value is (102,242,88). Sum of RGB (Red+Green+Blue) = 102+242+88=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #66F258 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F258 is #990DA7. Grayscale: #B7B7B7. Windows color (decimal): -10030504 or 5829222. OLE color: 5829222.
HSL color Cylindrical-coordinate representation of color #66F258: hue angle of 114.55º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66F258 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 88 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.05 |
| HSL | 114.55º | 0.86% | 0.65% | - |
| HSV(B) | 114.55º | 0.64% | 0.95% | - |
| XYZ | 38.99 | 67.03 | 20.12 | - |
| YUV | 182.58 | 74.62 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 88 | 0.58 | 0 | 0.64 | 0.05 | 114.55 | 0.86 | 0.65 |
| Hex | 66 | F2 | 58 | 3A | 0 | 40 | 5 | 73 | 56 | 41 |
| Octal | 146 | 362 | 130 | 72 | 0 | 100 | 5 | 163 | 126 | 101 |
| Binary | 1100110 | 11110010 | 1011000 | 111010 | 0 | 1000000 | 101 | 1110011 | 1010110 | 1000001 |
Color Harmonies of #66F258
Complementary color
Monochromatic Colors of #66F258
Black with #66F258
Text Example
Text Example
White with #66F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F258; }
p { color: rgb(102,242,88); }
H1.HeaderClassName
{
color: #66F258;
}
.AnyTagClassName
{
color: #66F258;
}
</style>
background-color css
<style>
a { background-color: #66F258; }
a { background-color: rgb(102,242,88); }
div.DivClassName
{
background-color: #66F258;
}
.BgClassName
{
background-color: #66F258;
}
</style>
border-color css
<style>
span { border-color: #66F258; }
span { border-color: rgb(102,242,88); }
td.TdClassName
{
border-color: #66F258;
}
.TagClassName
{
border-color: #66F258;
}
</style>