Shades of Screamin' Green #66F053
Tints of Screamin' Green #66F053
RGB
CMYK
RGB Variations
Color information
#66F053 (or 0x66F053) is known color: Screamin' Green. HEX triplet: 66, F0 and 53. RGB value is (102,240,83). Sum of RGB (Red+Green+Blue) = 102+240+83=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #66F053 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F053 is #990FAC. Grayscale: #B5B5B5. Windows color (decimal): -10031021 or 5501030. OLE color: 5501030.
HSL color Cylindrical-coordinate representation of color #66F053: hue angle of 112.74º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66F053 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 83 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.06 |
| HSL | 112.74º | 0.84% | 0.63% | - |
| HSV(B) | 112.74º | 0.65% | 0.94% | - |
| XYZ | 38.2 | 65.77 | 18.87 | - |
| YUV | 180.84 | 72.78 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 83 | 0.58 | 0 | 0.65 | 0.06 | 112.74 | 0.84 | 0.63 |
| Hex | 66 | F0 | 53 | 3A | 0 | 41 | 6 | 71 | 54 | 3F |
| Octal | 146 | 360 | 123 | 72 | 0 | 101 | 6 | 161 | 124 | 77 |
| Binary | 1100110 | 11110000 | 1010011 | 111010 | 0 | 1000001 | 110 | 1110001 | 1010100 | 111111 |
Color Harmonies of #66F053
Complementary color
Monochromatic Colors of #66F053
Black with #66F053
Text Example
Text Example
White with #66F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F053; }
p { color: rgb(102,240,83); }
H1.HeaderClassName
{
color: #66F053;
}
.AnyTagClassName
{
color: #66F053;
}
</style>
background-color css
<style>
a { background-color: #66F053; }
a { background-color: rgb(102,240,83); }
div.DivClassName
{
background-color: #66F053;
}
.BgClassName
{
background-color: #66F053;
}
</style>
border-color css
<style>
span { border-color: #66F053; }
span { border-color: rgb(102,240,83); }
td.TdClassName
{
border-color: #66F053;
}
.TagClassName
{
border-color: #66F053;
}
</style>