Shades of Screamin' Green #42FB7D
Tints of Screamin' Green #42FB7D
RGB
CMYK
RGB Variations
Color information
#42FB7D (or 0x42FB7D) is known color: Screamin' Green. HEX triplet: 42, FB and 7D. RGB value is (66,251,125). Sum of RGB (Red+Green+Blue) = 66+251+125=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FB7D is #BD0482. Grayscale: #B5B5B5. Windows color (decimal): -12387459 or 8256322. OLE color: 8256322.
HSL color Cylindrical-coordinate representation of color #42FB7D: hue angle of 139.14º degrees, saturation: 0.96, 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 #42FB7D is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 125 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.02 |
| HSL | 139.14º | 0.96% | 0.62% | - |
| HSV(B) | 139.14º | 0.74% | 0.98% | - |
| XYZ | 40.45 | 71.63 | 31.1 | - |
| YUV | 181.32 | 96.21 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 125 | 0.74 | 0 | 0.50 | 0.02 | 139.14 | 0.96 | 0.62 |
| Hex | 42 | FB | 7D | 4A | 0 | 32 | 2 | 8B | 60 | 3E |
| Octal | 102 | 373 | 175 | 112 | 0 | 62 | 2 | 213 | 140 | 76 |
| Binary | 1000010 | 11111011 | 1111101 | 1001010 | 0 | 110010 | 10 | 10001011 | 1100000 | 111110 |
Color Harmonies of #42FB7D
Complementary color
Monochromatic Colors of #42FB7D
Black with #42FB7D
Text Example
Text Example
White with #42FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB7D; }
p { color: rgb(66,251,125); }
H1.HeaderClassName
{
color: #42FB7D;
}
.AnyTagClassName
{
color: #42FB7D;
}
</style>
background-color css
<style>
a { background-color: #42FB7D; }
a { background-color: rgb(66,251,125); }
div.DivClassName
{
background-color: #42FB7D;
}
.BgClassName
{
background-color: #42FB7D;
}
</style>
border-color css
<style>
span { border-color: #42FB7D; }
span { border-color: rgb(66,251,125); }
td.TdClassName
{
border-color: #42FB7D;
}
.TagClassName
{
border-color: #42FB7D;
}
</style>