Shades of Screamin' Green #42FF62
Tints of Screamin' Green #42FF62
RGB
CMYK
RGB Variations
Color information
#42FF62 (or 0x42FF62) is known color: Screamin' Green. HEX triplet: 42, FF and 62. RGB value is (66,255,98). Sum of RGB (Red+Green+Blue) = 66+255+98=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FF62 is #BD009D. Grayscale: #B5B5B5. Windows color (decimal): -12386462 or 6487874. OLE color: 6487874.
HSL color Cylindrical-coordinate representation of color #42FF62: hue angle of 130.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FF62 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 98 | - |
| CMYK | 0.74 | 0 | 0.62 | 0 |
| HSL | 130.16º | 1% | 0.63% | - |
| HSV(B) | 130.16º | 0.74% | 1% | - |
| XYZ | 40.21 | 73.56 | 23.63 | - |
| YUV | 180.59 | 81.38 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 98 | 0.74 | 0 | 0.62 | 0 | 130.16 | 1 | 0.63 |
| Hex | 42 | FF | 62 | 4A | 0 | 3E | 0 | 82 | 64 | 3F |
| Octal | 102 | 377 | 142 | 112 | 0 | 76 | 0 | 202 | 144 | 77 |
| Binary | 1000010 | 11111111 | 1100010 | 1001010 | 0 | 111110 | 0 | 10000010 | 1100100 | 111111 |
Color Harmonies of #42FF62
Complementary color
Monochromatic Colors of #42FF62
Black with #42FF62
Text Example
Text Example
White with #42FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF62; }
p { color: rgb(66,255,98); }
H1.HeaderClassName
{
color: #42FF62;
}
.AnyTagClassName
{
color: #42FF62;
}
</style>
background-color css
<style>
a { background-color: #42FF62; }
a { background-color: rgb(66,255,98); }
div.DivClassName
{
background-color: #42FF62;
}
.BgClassName
{
background-color: #42FF62;
}
</style>
border-color css
<style>
span { border-color: #42FF62; }
span { border-color: rgb(66,255,98); }
td.TdClassName
{
border-color: #42FF62;
}
.TagClassName
{
border-color: #42FF62;
}
</style>