Shades of Screamin' Green #72F25C
Tints of Screamin' Green #72F25C
RGB
CMYK
RGB Variations
Color information
#72F25C (or 0x72F25C) is known color: Screamin' Green. HEX triplet: 72, F2 and 5C. RGB value is (114,242,92). Sum of RGB (Red+Green+Blue) = 114+242+92=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #72F25C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F25C is #8D0DA3. Grayscale: #BBBBBB. Windows color (decimal): -9244068 or 6091378. OLE color: 6091378.
HSL color Cylindrical-coordinate representation of color #72F25C: hue angle of 111.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72F25C is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 92 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.05 |
| HSL | 111.2º | 0.85% | 0.65% | - |
| HSV(B) | 111.2º | 0.62% | 0.95% | - |
| XYZ | 40.62 | 67.85 | 21.08 | - |
| YUV | 186.63 | 74.59 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 92 | 0.53 | 0 | 0.62 | 0.05 | 111.2 | 0.85 | 0.65 |
| Hex | 72 | F2 | 5C | 35 | 0 | 3E | 5 | 6F | 55 | 41 |
| Octal | 162 | 362 | 134 | 65 | 0 | 76 | 5 | 157 | 125 | 101 |
| Binary | 1110010 | 11110010 | 1011100 | 110101 | 0 | 111110 | 101 | 1101111 | 1010101 | 1000001 |
Color Harmonies of #72F25C
Complementary color
Monochromatic Colors of #72F25C
Black with #72F25C
Text Example
Text Example
White with #72F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F25C; }
p { color: rgb(114,242,92); }
H1.HeaderClassName
{
color: #72F25C;
}
.AnyTagClassName
{
color: #72F25C;
}
</style>
background-color css
<style>
a { background-color: #72F25C; }
a { background-color: rgb(114,242,92); }
div.DivClassName
{
background-color: #72F25C;
}
.BgClassName
{
background-color: #72F25C;
}
</style>
border-color css
<style>
span { border-color: #72F25C; }
span { border-color: rgb(114,242,92); }
td.TdClassName
{
border-color: #72F25C;
}
.TagClassName
{
border-color: #72F25C;
}
</style>