Shades of Screamin' Green #66FF4D
Tints of Screamin' Green #66FF4D
RGB
CMYK
RGB Variations
Color information
#66FF4D (or 0x66FF4D) is known color: Screamin' Green. HEX triplet: 66, FF and 4D. RGB value is (102,255,77). Sum of RGB (Red+Green+Blue) = 102+255+77=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66FF4D is #9900B2. Grayscale: #BDBDBD. Windows color (decimal): -10027187 or 5111654. OLE color: 5111654.
HSL color Cylindrical-coordinate representation of color #66FF4D: hue angle of 111.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66FF4D is Cyan = 0.6, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 77 | - |
| CMYK | 0.6 | 0 | 0.70 | 0 |
| HSL | 111.57º | 1% | 0.65% | - |
| HSV(B) | 111.57º | 0.7% | 1% | - |
| XYZ | 42.58 | 74.88 | 19.23 | - |
| YUV | 188.96 | 64.81 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 77 | 0.6 | 0 | 0.70 | 0 | 111.57 | 1 | 0.65 |
| Hex | 66 | FF | 4D | 3C | 0 | 46 | 0 | 70 | 64 | 41 |
| Octal | 146 | 377 | 115 | 74 | 0 | 106 | 0 | 160 | 144 | 101 |
| Binary | 1100110 | 11111111 | 1001101 | 111100 | 0 | 1000110 | 0 | 1110000 | 1100100 | 1000001 |
Color Harmonies of #66FF4D
Complementary color
Monochromatic Colors of #66FF4D
Black with #66FF4D
Text Example
Text Example
White with #66FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF4D; }
p { color: rgb(102,255,77); }
H1.HeaderClassName
{
color: #66FF4D;
}
.AnyTagClassName
{
color: #66FF4D;
}
</style>
background-color css
<style>
a { background-color: #66FF4D; }
a { background-color: rgb(102,255,77); }
div.DivClassName
{
background-color: #66FF4D;
}
.BgClassName
{
background-color: #66FF4D;
}
</style>
border-color css
<style>
span { border-color: #66FF4D; }
span { border-color: rgb(102,255,77); }
td.TdClassName
{
border-color: #66FF4D;
}
.TagClassName
{
border-color: #66FF4D;
}
</style>