Shades of Screamin' Green #62FF74
Tints of Screamin' Green #62FF74
RGB
CMYK
RGB Variations
Color information
#62FF74 (or 0x62FF74) is known color: Screamin' Green. HEX triplet: 62, FF and 74. RGB value is (98,255,116). Sum of RGB (Red+Green+Blue) = 98+255+116=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #62FF74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #62FF74 is #9D008B. Grayscale: #C0C0C0. Windows color (decimal): -10289292 or 7667554. OLE color: 7667554.
HSL color Cylindrical-coordinate representation of color #62FF74: hue angle of 126.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62FF74 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 116 | - |
| CMYK | 0.62 | 0 | 0.55 | 0 |
| HSL | 126.88º | 1% | 0.69% | - |
| HSV(B) | 126.88º | 0.62% | 1% | - |
| XYZ | 43.95 | 75.38 | 28.76 | - |
| YUV | 192.21 | 84.99 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 116 | 0.62 | 0 | 0.55 | 0 | 126.88 | 1 | 0.69 |
| Hex | 62 | FF | 74 | 3E | 0 | 37 | 0 | 7F | 64 | 45 |
| Octal | 142 | 377 | 164 | 76 | 0 | 67 | 0 | 177 | 144 | 105 |
| Binary | 1100010 | 11111111 | 1110100 | 111110 | 0 | 110111 | 0 | 1111111 | 1100100 | 1000101 |
Color Harmonies of #62FF74
Complementary color
Monochromatic Colors of #62FF74
Black with #62FF74
Text Example
Text Example
White with #62FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FF74; }
p { color: rgb(98,255,116); }
H1.HeaderClassName
{
color: #62FF74;
}
.AnyTagClassName
{
color: #62FF74;
}
</style>
background-color css
<style>
a { background-color: #62FF74; }
a { background-color: rgb(98,255,116); }
div.DivClassName
{
background-color: #62FF74;
}
.BgClassName
{
background-color: #62FF74;
}
</style>
border-color css
<style>
span { border-color: #62FF74; }
span { border-color: rgb(98,255,116); }
td.TdClassName
{
border-color: #62FF74;
}
.TagClassName
{
border-color: #62FF74;
}
</style>