Shades of Screamin' Green #66F77D
Tints of Screamin' Green #66F77D
RGB
CMYK
RGB Variations
Color information
#66F77D (or 0x66F77D) is known color: Screamin' Green. HEX triplet: 66, F7 and 7D. RGB value is (102,247,125). Sum of RGB (Red+Green+Blue) = 102+247+125=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #66F77D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F77D is #990882. Grayscale: #BEBEBE. Windows color (decimal): -10029187 or 8255334. OLE color: 8255334.
HSL color Cylindrical-coordinate representation of color #66F77D: hue angle of 129.52º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F77D is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 247 | 125 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.03 |
| HSL | 129.52º | 0.9% | 0.68% | - |
| HSV(B) | 129.52º | 0.59% | 0.97% | - |
| XYZ | 42.44 | 70.83 | 30.84 | - |
| YUV | 189.74 | 91.46 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 247 | 125 | 0.59 | 0 | 0.49 | 0.03 | 129.52 | 0.9 | 0.68 |
| Hex | 66 | F7 | 7D | 3B | 0 | 31 | 3 | 82 | 5A | 44 |
| Octal | 146 | 367 | 175 | 73 | 0 | 61 | 3 | 202 | 132 | 104 |
| Binary | 1100110 | 11110111 | 1111101 | 111011 | 0 | 110001 | 11 | 10000010 | 1011010 | 1000100 |
Color Harmonies of #66F77D
Complementary color
Monochromatic Colors of #66F77D
Black with #66F77D
Text Example
Text Example
White with #66F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F77D; }
p { color: rgb(102,247,125); }
H1.HeaderClassName
{
color: #66F77D;
}
.AnyTagClassName
{
color: #66F77D;
}
</style>
background-color css
<style>
a { background-color: #66F77D; }
a { background-color: rgb(102,247,125); }
div.DivClassName
{
background-color: #66F77D;
}
.BgClassName
{
background-color: #66F77D;
}
</style>
border-color css
<style>
span { border-color: #66F77D; }
span { border-color: rgb(102,247,125); }
td.TdClassName
{
border-color: #66F77D;
}
.TagClassName
{
border-color: #66F77D;
}
</style>