Shades of Screamin' Green #66FF7D
Tints of Screamin' Green #66FF7D
RGB
CMYK
RGB Variations
Color information
#66FF7D (or 0x66FF7D) is known color: Screamin' Green. HEX triplet: 66, FF and 7D. RGB value is (102,255,125). Sum of RGB (Red+Green+Blue) = 102+255+125=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66FF7D is #990082. Grayscale: #C2C2C2. Windows color (decimal): -10027139 or 8257382. OLE color: 8257382.
HSL color Cylindrical-coordinate representation of color #66FF7D: hue angle of 129.02º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FF7D is Cyan = 0.6, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 125 | - |
| CMYK | 0.6 | 0 | 0.51 | 0 |
| HSL | 129.02º | 1% | 0.7% | - |
| HSV(B) | 129.02º | 0.6% | 1% | - |
| XYZ | 44.94 | 75.83 | 31.67 | - |
| YUV | 194.43 | 88.81 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 125 | 0.6 | 0 | 0.51 | 0 | 129.02 | 1 | 0.7 |
| Hex | 66 | FF | 7D | 3C | 0 | 33 | 0 | 81 | 64 | 46 |
| Octal | 146 | 377 | 175 | 74 | 0 | 63 | 0 | 201 | 144 | 106 |
| Binary | 1100110 | 11111111 | 1111101 | 111100 | 0 | 110011 | 0 | 10000001 | 1100100 | 1000110 |
Color Harmonies of #66FF7D
Complementary color
Monochromatic Colors of #66FF7D
Black with #66FF7D
Text Example
Text Example
White with #66FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF7D; }
p { color: rgb(102,255,125); }
H1.HeaderClassName
{
color: #66FF7D;
}
.AnyTagClassName
{
color: #66FF7D;
}
</style>
background-color css
<style>
a { background-color: #66FF7D; }
a { background-color: rgb(102,255,125); }
div.DivClassName
{
background-color: #66FF7D;
}
.BgClassName
{
background-color: #66FF7D;
}
</style>
border-color css
<style>
span { border-color: #66FF7D; }
span { border-color: rgb(102,255,125); }
td.TdClassName
{
border-color: #66FF7D;
}
.TagClassName
{
border-color: #66FF7D;
}
</style>