Shades of Screamin' Green #66FF3C
Tints of Screamin' Green #66FF3C
RGB
CMYK
RGB Variations
Color information
#66FF3C (or 0x66FF3C) is known color: Screamin' Green. HEX triplet: 66, FF and 3C. RGB value is (102,255,60). Sum of RGB (Red+Green+Blue) = 102+255+60=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FF3C is #9900C3. Grayscale: #BBBBBB. Windows color (decimal): -10027204 or 3997542. OLE color: 3997542.
HSL color Cylindrical-coordinate representation of color #66FF3C: hue angle of 107.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66FF3C is Cyan = 0.6, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 60 | - |
| CMYK | 0.6 | 0 | 0.76 | 0 |
| HSL | 107.08º | 1% | 0.62% | - |
| HSV(B) | 107.08º | 0.76% | 1% | - |
| XYZ | 42.06 | 74.67 | 16.47 | - |
| YUV | 187.02 | 56.31 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 60 | 0.6 | 0 | 0.76 | 0 | 107.08 | 1 | 0.62 |
| Hex | 66 | FF | 3C | 3C | 0 | 4C | 0 | 6B | 64 | 3E |
| Octal | 146 | 377 | 74 | 74 | 0 | 114 | 0 | 153 | 144 | 76 |
| Binary | 1100110 | 11111111 | 111100 | 111100 | 0 | 1001100 | 0 | 1101011 | 1100100 | 111110 |
Color Harmonies of #66FF3C
Complementary color
Monochromatic Colors of #66FF3C
Black with #66FF3C
Text Example
Text Example
White with #66FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF3C; }
p { color: rgb(102,255,60); }
H1.HeaderClassName
{
color: #66FF3C;
}
.AnyTagClassName
{
color: #66FF3C;
}
</style>
background-color css
<style>
a { background-color: #66FF3C; }
a { background-color: rgb(102,255,60); }
div.DivClassName
{
background-color: #66FF3C;
}
.BgClassName
{
background-color: #66FF3C;
}
</style>
border-color css
<style>
span { border-color: #66FF3C; }
span { border-color: rgb(102,255,60); }
td.TdClassName
{
border-color: #66FF3C;
}
.TagClassName
{
border-color: #66FF3C;
}
</style>