Shades of Screamin' Green #72FF60
Tints of Screamin' Green #72FF60
RGB
CMYK
RGB Variations
Color information
#72FF60 (or 0x72FF60) is known color: Screamin' Green. HEX triplet: 72, FF and 60. RGB value is (114,255,96). Sum of RGB (Red+Green+Blue) = 114+255+96=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72FF60 is #8D009F. Grayscale: #C3C3C3. Windows color (decimal): -9240736 or 6356850. OLE color: 6356850.
HSL color Cylindrical-coordinate representation of color #72FF60: hue angle of 113.21º 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 #72FF60 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 255 | 96 | - |
| CMYK | 0.55 | 0 | 0.62 | 0 |
| HSL | 113.21º | 1% | 0.69% | - |
| HSV(B) | 113.21º | 0.62% | 1% | - |
| XYZ | 44.81 | 75.94 | 23.36 | - |
| YUV | 194.72 | 72.29 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 255 | 96 | 0.55 | 0 | 0.62 | 0 | 113.21 | 1 | 0.69 |
| Hex | 72 | FF | 60 | 37 | 0 | 3E | 0 | 71 | 64 | 45 |
| Octal | 162 | 377 | 140 | 67 | 0 | 76 | 0 | 161 | 144 | 105 |
| Binary | 1110010 | 11111111 | 1100000 | 110111 | 0 | 111110 | 0 | 1110001 | 1100100 | 1000101 |
Color Harmonies of #72FF60
Complementary color
Monochromatic Colors of #72FF60
Black with #72FF60
Text Example
Text Example
White with #72FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72FF60; }
p { color: rgb(114,255,96); }
H1.HeaderClassName
{
color: #72FF60;
}
.AnyTagClassName
{
color: #72FF60;
}
</style>
background-color css
<style>
a { background-color: #72FF60; }
a { background-color: rgb(114,255,96); }
div.DivClassName
{
background-color: #72FF60;
}
.BgClassName
{
background-color: #72FF60;
}
</style>
border-color css
<style>
span { border-color: #72FF60; }
span { border-color: rgb(114,255,96); }
td.TdClassName
{
border-color: #72FF60;
}
.TagClassName
{
border-color: #72FF60;
}
</style>