Shades of Screamin' Green #66F478
Tints of Screamin' Green #66F478
RGB
CMYK
RGB Variations
Color information
#66F478 (or 0x66F478) is known color: Screamin' Green. HEX triplet: 66, F4 and 78. RGB value is (102,244,120). Sum of RGB (Red+Green+Blue) = 102+244+120=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #66F478 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F478 is #990B87. Grayscale: #BBBBBB. Windows color (decimal): -10029960 or 7926886. OLE color: 7926886.
HSL color Cylindrical-coordinate representation of color #66F478: hue angle of 127.61º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F478 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 244 | 120 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.04 |
| HSL | 127.61º | 0.87% | 0.68% | - |
| HSV(B) | 127.61º | 0.58% | 0.96% | - |
| XYZ | 41.22 | 68.88 | 28.89 | - |
| YUV | 187.41 | 89.96 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 244 | 120 | 0.58 | 0 | 0.51 | 0.04 | 127.61 | 0.87 | 0.68 |
| Hex | 66 | F4 | 78 | 3A | 0 | 33 | 4 | 80 | 57 | 44 |
| Octal | 146 | 364 | 170 | 72 | 0 | 63 | 4 | 200 | 127 | 104 |
| Binary | 1100110 | 11110100 | 1111000 | 111010 | 0 | 110011 | 100 | 10000000 | 1010111 | 1000100 |
Color Harmonies of #66F478
Complementary color
Monochromatic Colors of #66F478
Black with #66F478
Text Example
Text Example
White with #66F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F478; }
p { color: rgb(102,244,120); }
H1.HeaderClassName
{
color: #66F478;
}
.AnyTagClassName
{
color: #66F478;
}
</style>
background-color css
<style>
a { background-color: #66F478; }
a { background-color: rgb(102,244,120); }
div.DivClassName
{
background-color: #66F478;
}
.BgClassName
{
background-color: #66F478;
}
</style>
border-color css
<style>
span { border-color: #66F478; }
span { border-color: rgb(102,244,120); }
td.TdClassName
{
border-color: #66F478;
}
.TagClassName
{
border-color: #66F478;
}
</style>