Shades of Screamin' Green #7AED4C
Tints of Screamin' Green #7AED4C
RGB
CMYK
RGB Variations
Color information
#7AED4C (or 0x7AED4C) is known color: Screamin' Green. HEX triplet: 7A, ED and 4C. RGB value is (122,237,76). Sum of RGB (Red+Green+Blue) = 122+237+76=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AED4C is #8512B3. Grayscale: #B8B8B8. Windows color (decimal): -8721076 or 5041530. OLE color: 5041530.
HSL color Cylindrical-coordinate representation of color #7AED4C: hue angle of 102.86º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AED4C is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 76 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.07 |
| HSL | 102.86º | 0.82% | 0.61% | - |
| HSV(B) | 102.86º | 0.68% | 0.93% | - |
| XYZ | 39.61 | 65.23 | 17.34 | - |
| YUV | 184.26 | 66.9 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 76 | 0.49 | 0 | 0.68 | 0.07 | 102.86 | 0.82 | 0.61 |
| Hex | 7A | ED | 4C | 31 | 0 | 44 | 7 | 67 | 52 | 3D |
| Octal | 172 | 355 | 114 | 61 | 0 | 104 | 7 | 147 | 122 | 75 |
| Binary | 1111010 | 11101101 | 1001100 | 110001 | 0 | 1000100 | 111 | 1100111 | 1010010 | 111101 |
Color Harmonies of #7AED4C
Complementary color
Monochromatic Colors of #7AED4C
Black with #7AED4C
Text Example
Text Example
White with #7AED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AED4C; }
p { color: rgb(122,237,76); }
H1.HeaderClassName
{
color: #7AED4C;
}
.AnyTagClassName
{
color: #7AED4C;
}
</style>
background-color css
<style>
a { background-color: #7AED4C; }
a { background-color: rgb(122,237,76); }
div.DivClassName
{
background-color: #7AED4C;
}
.BgClassName
{
background-color: #7AED4C;
}
</style>
border-color css
<style>
span { border-color: #7AED4C; }
span { border-color: rgb(122,237,76); }
td.TdClassName
{
border-color: #7AED4C;
}
.TagClassName
{
border-color: #7AED4C;
}
</style>