Shades of Screamin' Green #66F962
Tints of Screamin' Green #66F962
RGB
CMYK
RGB Variations
Color information
#66F962 (or 0x66F962) is known color: Screamin' Green. HEX triplet: 66, F9 and 62. RGB value is (102,249,98). Sum of RGB (Red+Green+Blue) = 102+249+98=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #66F962 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F962 is #99069D. Grayscale: #BCBCBC. Windows color (decimal): -10028702 or 6486374. OLE color: 6486374.
HSL color Cylindrical-coordinate representation of color #66F962: hue angle of 118.41º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66F962 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 98 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.02 |
| HSL | 118.41º | 0.93% | 0.68% | - |
| HSV(B) | 118.41º | 0.61% | 0.98% | - |
| XYZ | 41.56 | 71.46 | 23.16 | - |
| YUV | 187.83 | 77.3 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 98 | 0.59 | 0 | 0.61 | 0.02 | 118.41 | 0.93 | 0.68 |
| Hex | 66 | F9 | 62 | 3B | 0 | 3D | 2 | 76 | 5D | 44 |
| Octal | 146 | 371 | 142 | 73 | 0 | 75 | 2 | 166 | 135 | 104 |
| Binary | 1100110 | 11111001 | 1100010 | 111011 | 0 | 111101 | 10 | 1110110 | 1011101 | 1000100 |
Color Harmonies of #66F962
Complementary color
Monochromatic Colors of #66F962
Black with #66F962
Text Example
Text Example
White with #66F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F962; }
p { color: rgb(102,249,98); }
H1.HeaderClassName
{
color: #66F962;
}
.AnyTagClassName
{
color: #66F962;
}
</style>
background-color css
<style>
a { background-color: #66F962; }
a { background-color: rgb(102,249,98); }
div.DivClassName
{
background-color: #66F962;
}
.BgClassName
{
background-color: #66F962;
}
</style>
border-color css
<style>
span { border-color: #66F962; }
span { border-color: rgb(102,249,98); }
td.TdClassName
{
border-color: #66F962;
}
.TagClassName
{
border-color: #66F962;
}
</style>