Shades of Screamin' Green #66ED4B
Tints of Screamin' Green #66ED4B
RGB
CMYK
RGB Variations
Color information
#66ED4B (or 0x66ED4B) is known color: Screamin' Green. HEX triplet: 66, ED and 4B. RGB value is (102,237,75). Sum of RGB (Red+Green+Blue) = 102+237+75=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 237 (92.97% from 255 or 57.25% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66ED4B is #9912B4. Grayscale: #B2B2B2. Windows color (decimal): -10031797 or 4975974. OLE color: 4975974.
HSL color Cylindrical-coordinate representation of color #66ED4B: hue angle of 110º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66ED4B is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 75 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.07 |
| HSL | 110º | 0.82% | 0.61% | - |
| HSV(B) | 110º | 0.68% | 0.93% | - |
| XYZ | 37.03 | 63.9 | 17.04 | - |
| YUV | 178.17 | 69.77 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 75 | 0.57 | 0 | 0.68 | 0.07 | 110 | 0.82 | 0.61 |
| Hex | 66 | ED | 4B | 39 | 0 | 44 | 7 | 6E | 52 | 3D |
| Octal | 146 | 355 | 113 | 71 | 0 | 104 | 7 | 156 | 122 | 75 |
| Binary | 1100110 | 11101101 | 1001011 | 111001 | 0 | 1000100 | 111 | 1101110 | 1010010 | 111101 |
Color Harmonies of #66ED4B
Complementary color
Monochromatic Colors of #66ED4B
Black with #66ED4B
Text Example
Text Example
White with #66ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ED4B; }
p { color: rgb(102,237,75); }
H1.HeaderClassName
{
color: #66ED4B;
}
.AnyTagClassName
{
color: #66ED4B;
}
</style>
background-color css
<style>
a { background-color: #66ED4B; }
a { background-color: rgb(102,237,75); }
div.DivClassName
{
background-color: #66ED4B;
}
.BgClassName
{
background-color: #66ED4B;
}
</style>
border-color css
<style>
span { border-color: #66ED4B; }
span { border-color: rgb(102,237,75); }
td.TdClassName
{
border-color: #66ED4B;
}
.TagClassName
{
border-color: #66ED4B;
}
</style>