Shades of Screamin' Green #66DF4B
Tints of Screamin' Green #66DF4B
RGB
CMYK
RGB Variations
Color information
#66DF4B (or 0x66DF4B) is known color: Screamin' Green. HEX triplet: 66, DF and 4B. RGB value is (102,223,75). Sum of RGB (Red+Green+Blue) = 102+223+75=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF4B is #9920B4. Grayscale: #AAAAAA. Windows color (decimal): -10035381 or 4972390. OLE color: 4972390.
HSL color Cylindrical-coordinate representation of color #66DF4B: hue angle of 109.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66DF4B is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 75 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.13 |
| HSL | 109.05º | 0.7% | 0.58% | - |
| HSV(B) | 109.05º | 0.66% | 0.87% | - |
| XYZ | 33.14 | 56.11 | 15.74 | - |
| YUV | 169.95 | 74.41 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 75 | 0.54 | 0 | 0.66 | 0.13 | 109.05 | 0.7 | 0.58 |
| Hex | 66 | DF | 4B | 36 | 0 | 42 | D | 6D | 46 | 3A |
| Octal | 146 | 337 | 113 | 66 | 0 | 102 | 15 | 155 | 106 | 72 |
| Binary | 1100110 | 11011111 | 1001011 | 110110 | 0 | 1000010 | 1101 | 1101101 | 1000110 | 111010 |
Color Harmonies of #66DF4B
Complementary color
Monochromatic Colors of #66DF4B
Black with #66DF4B
Text Example
Text Example
White with #66DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF4B; }
p { color: rgb(102,223,75); }
H1.HeaderClassName
{
color: #66DF4B;
}
.AnyTagClassName
{
color: #66DF4B;
}
</style>
background-color css
<style>
a { background-color: #66DF4B; }
a { background-color: rgb(102,223,75); }
div.DivClassName
{
background-color: #66DF4B;
}
.BgClassName
{
background-color: #66DF4B;
}
</style>
border-color css
<style>
span { border-color: #66DF4B; }
span { border-color: rgb(102,223,75); }
td.TdClassName
{
border-color: #66DF4B;
}
.TagClassName
{
border-color: #66DF4B;
}
</style>