Shades of Screamin' Green #42F96A
Tints of Screamin' Green #42F96A
RGB
CMYK
RGB Variations
Color information
#42F96A (or 0x42F96A) is known color: Screamin' Green. HEX triplet: 42, F9 and 6A. RGB value is (66,249,106). Sum of RGB (Red+Green+Blue) = 66+249+106=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 249 (97.66% from 255 or 59.14% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 249 - color contains mainly: green. Hex color #42F96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F96A is #BD0695. Grayscale: #B2B2B2. Windows color (decimal): -12387990 or 7010626. OLE color: 7010626.
HSL color Cylindrical-coordinate representation of color #42F96A: hue angle of 133.11º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F96A is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 106 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.02 |
| HSL | 133.11º | 0.94% | 0.62% | - |
| HSV(B) | 133.11º | 0.73% | 0.98% | - |
| XYZ | 38.72 | 69.95 | 25.1 | - |
| YUV | 177.98 | 87.37 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 106 | 0.73 | 0 | 0.57 | 0.02 | 133.11 | 0.94 | 0.62 |
| Hex | 42 | F9 | 6A | 49 | 0 | 39 | 2 | 85 | 5E | 3E |
| Octal | 102 | 371 | 152 | 111 | 0 | 71 | 2 | 205 | 136 | 76 |
| Binary | 1000010 | 11111001 | 1101010 | 1001001 | 0 | 111001 | 10 | 10000101 | 1011110 | 111110 |
Color Harmonies of #42F96A
Complementary color
Monochromatic Colors of #42F96A
Black with #42F96A
Text Example
Text Example
White with #42F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F96A; }
p { color: rgb(66,249,106); }
H1.HeaderClassName
{
color: #42F96A;
}
.AnyTagClassName
{
color: #42F96A;
}
</style>
background-color css
<style>
a { background-color: #42F96A; }
a { background-color: rgb(66,249,106); }
div.DivClassName
{
background-color: #42F96A;
}
.BgClassName
{
background-color: #42F96A;
}
</style>
border-color css
<style>
span { border-color: #42F96A; }
span { border-color: rgb(66,249,106); }
td.TdClassName
{
border-color: #42F96A;
}
.TagClassName
{
border-color: #42F96A;
}
</style>