Shades of Screamin' Green #42FA7D
Tints of Screamin' Green #42FA7D
RGB
CMYK
RGB Variations
Color information
#42FA7D (or 0x42FA7D) is known color: Screamin' Green. HEX triplet: 42, FA and 7D. RGB value is (66,250,125). Sum of RGB (Red+Green+Blue) = 66+250+125=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA7D is #BD0582. Grayscale: #B5B5B5. Windows color (decimal): -12387715 or 8256066. OLE color: 8256066.
HSL color Cylindrical-coordinate representation of color #42FA7D: hue angle of 139.24º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA7D is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 125 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.02 |
| HSL | 139.24º | 0.95% | 0.62% | - |
| HSV(B) | 139.24º | 0.74% | 0.98% | - |
| XYZ | 40.13 | 71.01 | 30.99 | - |
| YUV | 180.73 | 96.54 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 125 | 0.74 | 0 | 0.50 | 0.02 | 139.24 | 0.95 | 0.62 |
| Hex | 42 | FA | 7D | 4A | 0 | 32 | 2 | 8B | 5F | 3E |
| Octal | 102 | 372 | 175 | 112 | 0 | 62 | 2 | 213 | 137 | 76 |
| Binary | 1000010 | 11111010 | 1111101 | 1001010 | 0 | 110010 | 10 | 10001011 | 1011111 | 111110 |
Color Harmonies of #42FA7D
Complementary color
Monochromatic Colors of #42FA7D
Black with #42FA7D
Text Example
Text Example
White with #42FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA7D; }
p { color: rgb(66,250,125); }
H1.HeaderClassName
{
color: #42FA7D;
}
.AnyTagClassName
{
color: #42FA7D;
}
</style>
background-color css
<style>
a { background-color: #42FA7D; }
a { background-color: rgb(66,250,125); }
div.DivClassName
{
background-color: #42FA7D;
}
.BgClassName
{
background-color: #42FA7D;
}
</style>
border-color css
<style>
span { border-color: #42FA7D; }
span { border-color: rgb(66,250,125); }
td.TdClassName
{
border-color: #42FA7D;
}
.TagClassName
{
border-color: #42FA7D;
}
</style>