Shades of Screamin' Green #72FF4D
Tints of Screamin' Green #72FF4D
RGB
CMYK
RGB Variations
Color information
#72FF4D (or 0x72FF4D) is known color: Screamin' Green. HEX triplet: 72, FF and 4D. RGB value is (114,255,77). Sum of RGB (Red+Green+Blue) = 114+255+77=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72FF4D is #8D00B2. Grayscale: #C1C1C1. Windows color (decimal): -9240755 or 5111666. OLE color: 5111666.
HSL color Cylindrical-coordinate representation of color #72FF4D: hue angle of 107.53º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72FF4D is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 77 | - |
| CMYK | 0.55 | 0 | 0.70 | 0 |
| HSL | 107.53º | 1% | 0.65% | - |
| HSV(B) | 107.53º | 0.7% | 1% | - |
| XYZ | 44.04 | 75.63 | 19.3 | - |
| YUV | 192.55 | 62.79 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 77 | 0.55 | 0 | 0.70 | 0 | 107.53 | 1 | 0.65 |
| Hex | 72 | FF | 4D | 37 | 0 | 46 | 0 | 6C | 64 | 41 |
| Octal | 162 | 377 | 115 | 67 | 0 | 106 | 0 | 154 | 144 | 101 |
| Binary | 1110010 | 11111111 | 1001101 | 110111 | 0 | 1000110 | 0 | 1101100 | 1100100 | 1000001 |
Color Harmonies of #72FF4D
Complementary color
Monochromatic Colors of #72FF4D
Black with #72FF4D
Text Example
Text Example
White with #72FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF4D; }
p { color: rgb(114,255,77); }
H1.HeaderClassName
{
color: #72FF4D;
}
.AnyTagClassName
{
color: #72FF4D;
}
</style>
background-color css
<style>
a { background-color: #72FF4D; }
a { background-color: rgb(114,255,77); }
div.DivClassName
{
background-color: #72FF4D;
}
.BgClassName
{
background-color: #72FF4D;
}
</style>
border-color css
<style>
span { border-color: #72FF4D; }
span { border-color: rgb(114,255,77); }
td.TdClassName
{
border-color: #72FF4D;
}
.TagClassName
{
border-color: #72FF4D;
}
</style>