Shades of Screamin' Green #73FE6A
Tints of Screamin' Green #73FE6A
RGB
CMYK
RGB Variations
Color information
#73FE6A (or 0x73FE6A) is known color: Screamin' Green. HEX triplet: 73, FE and 6A. RGB value is (115,254,106). Sum of RGB (Red+Green+Blue) = 115+254+106=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #73FE6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FE6A is #8C0195. Grayscale: #C4C4C4. Windows color (decimal): -9175446 or 7011955. OLE color: 7011955.
HSL color Cylindrical-coordinate representation of color #73FE6A: hue angle of 116.35º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73FE6A is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 106 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.00 |
| HSL | 116.35º | 0.99% | 0.71% | - |
| HSV(B) | 116.35º | 0.58% | 1% | - |
| XYZ | 45.11 | 75.57 | 25.84 | - |
| YUV | 195.57 | 77.45 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 106 | 0.55 | 0 | 0.58 | 0.00 | 116.35 | 0.99 | 0.71 |
| Hex | 73 | FE | 6A | 37 | 0 | 3A | 0 | 74 | 63 | 47 |
| Octal | 163 | 376 | 152 | 67 | 0 | 72 | 0 | 164 | 143 | 107 |
| Binary | 1110011 | 11111110 | 1101010 | 110111 | 0 | 111010 | 0 | 1110100 | 1100011 | 1000111 |
Color Harmonies of #73FE6A
Complementary color
Monochromatic Colors of #73FE6A
Black with #73FE6A
Text Example
Text Example
White with #73FE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FE6A; }
p { color: rgb(115,254,106); }
H1.HeaderClassName
{
color: #73FE6A;
}
.AnyTagClassName
{
color: #73FE6A;
}
</style>
background-color css
<style>
a { background-color: #73FE6A; }
a { background-color: rgb(115,254,106); }
div.DivClassName
{
background-color: #73FE6A;
}
.BgClassName
{
background-color: #73FE6A;
}
</style>
border-color css
<style>
span { border-color: #73FE6A; }
span { border-color: rgb(115,254,106); }
td.TdClassName
{
border-color: #73FE6A;
}
.TagClassName
{
border-color: #73FE6A;
}
</style>