Shades of Screamin' Green #66F37A
Tints of Screamin' Green #66F37A
RGB
CMYK
RGB Variations
Color information
#66F37A (or 0x66F37A) is known color: Screamin' Green. HEX triplet: 66, F3 and 7A. RGB value is (102,243,122). Sum of RGB (Red+Green+Blue) = 102+243+122=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #66F37A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F37A is #990C85. Grayscale: #BBBBBB. Windows color (decimal): -10030214 or 8057702. OLE color: 8057702.
HSL color Cylindrical-coordinate representation of color #66F37A: hue angle of 128.51º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F37A is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 122 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.05 |
| HSL | 128.51º | 0.85% | 0.68% | - |
| HSV(B) | 128.51º | 0.58% | 0.95% | - |
| XYZ | 41.04 | 68.33 | 29.44 | - |
| YUV | 187.05 | 91.29 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 122 | 0.58 | 0 | 0.50 | 0.05 | 128.51 | 0.85 | 0.68 |
| Hex | 66 | F3 | 7A | 3A | 0 | 32 | 5 | 81 | 55 | 44 |
| Octal | 146 | 363 | 172 | 72 | 0 | 62 | 5 | 201 | 125 | 104 |
| Binary | 1100110 | 11110011 | 1111010 | 111010 | 0 | 110010 | 101 | 10000001 | 1010101 | 1000100 |
Color Harmonies of #66F37A
Complementary color
Monochromatic Colors of #66F37A
Black with #66F37A
Text Example
Text Example
White with #66F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F37A; }
p { color: rgb(102,243,122); }
H1.HeaderClassName
{
color: #66F37A;
}
.AnyTagClassName
{
color: #66F37A;
}
</style>
background-color css
<style>
a { background-color: #66F37A; }
a { background-color: rgb(102,243,122); }
div.DivClassName
{
background-color: #66F37A;
}
.BgClassName
{
background-color: #66F37A;
}
</style>
border-color css
<style>
span { border-color: #66F37A; }
span { border-color: rgb(102,243,122); }
td.TdClassName
{
border-color: #66F37A;
}
.TagClassName
{
border-color: #66F37A;
}
</style>