Shades of Screamin' Green #66F94A
Tints of Screamin' Green #66F94A
RGB
CMYK
RGB Variations
Color information
#66F94A (or 0x66F94A) is known color: Screamin' Green. HEX triplet: 66, F9 and 4A. RGB value is (102,249,74). Sum of RGB (Red+Green+Blue) = 102+249+74=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #66F94A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F94A is #9906B5. Grayscale: #B9B9B9. Windows color (decimal): -10028726 or 4913510. OLE color: 4913510.
HSL color Cylindrical-coordinate representation of color #66F94A: hue angle of 110.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66F94A is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 74 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.02 |
| HSL | 110.4º | 0.94% | 0.63% | - |
| HSV(B) | 110.4º | 0.7% | 0.98% | - |
| XYZ | 40.59 | 71.07 | 18.06 | - |
| YUV | 185.1 | 65.3 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 74 | 0.59 | 0 | 0.70 | 0.02 | 110.4 | 0.94 | 0.63 |
| Hex | 66 | F9 | 4A | 3B | 0 | 46 | 2 | 6E | 5E | 3F |
| Octal | 146 | 371 | 112 | 73 | 0 | 106 | 2 | 156 | 136 | 77 |
| Binary | 1100110 | 11111001 | 1001010 | 111011 | 0 | 1000110 | 10 | 1101110 | 1011110 | 111111 |
Color Harmonies of #66F94A
Complementary color
Monochromatic Colors of #66F94A
Black with #66F94A
Text Example
Text Example
White with #66F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F94A; }
p { color: rgb(102,249,74); }
H1.HeaderClassName
{
color: #66F94A;
}
.AnyTagClassName
{
color: #66F94A;
}
</style>
background-color css
<style>
a { background-color: #66F94A; }
a { background-color: rgb(102,249,74); }
div.DivClassName
{
background-color: #66F94A;
}
.BgClassName
{
background-color: #66F94A;
}
</style>
border-color css
<style>
span { border-color: #66F94A; }
span { border-color: rgb(102,249,74); }
td.TdClassName
{
border-color: #66F94A;
}
.TagClassName
{
border-color: #66F94A;
}
</style>