Shades of Screamin' Green #66F360
Tints of Screamin' Green #66F360
RGB
CMYK
RGB Variations
Color information
#66F360 (or 0x66F360) is known color: Screamin' Green. HEX triplet: 66, F3 and 60. RGB value is (102,243,96). Sum of RGB (Red+Green+Blue) = 102+243+96=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #66F360 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F360 is #990C9F. Grayscale: #B8B8B8. Windows color (decimal): -10030240 or 6353766. OLE color: 6353766.
HSL color Cylindrical-coordinate representation of color #66F360: hue angle of 117.55º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66F360 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 243 | 96 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.05 |
| HSL | 117.55º | 0.86% | 0.66% | - |
| HSV(B) | 117.55º | 0.6% | 0.95% | - |
| XYZ | 39.64 | 67.77 | 22.06 | - |
| YUV | 184.08 | 78.29 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 243 | 96 | 0.58 | 0 | 0.60 | 0.05 | 117.55 | 0.86 | 0.66 |
| Hex | 66 | F3 | 60 | 3A | 0 | 3C | 5 | 76 | 56 | 42 |
| Octal | 146 | 363 | 140 | 72 | 0 | 74 | 5 | 166 | 126 | 102 |
| Binary | 1100110 | 11110011 | 1100000 | 111010 | 0 | 111100 | 101 | 1110110 | 1010110 | 1000010 |
Color Harmonies of #66F360
Complementary color
Monochromatic Colors of #66F360
Black with #66F360
Text Example
Text Example
White with #66F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F360; }
p { color: rgb(102,243,96); }
H1.HeaderClassName
{
color: #66F360;
}
.AnyTagClassName
{
color: #66F360;
}
</style>
background-color css
<style>
a { background-color: #66F360; }
a { background-color: rgb(102,243,96); }
div.DivClassName
{
background-color: #66F360;
}
.BgClassName
{
background-color: #66F360;
}
</style>
border-color css
<style>
span { border-color: #66F360; }
span { border-color: rgb(102,243,96); }
td.TdClassName
{
border-color: #66F360;
}
.TagClassName
{
border-color: #66F360;
}
</style>