Shades of Screamin' Green #73FF6E
Tints of Screamin' Green #73FF6E
RGB
CMYK
RGB Variations
Color information
#73FF6E (or 0x73FF6E) is known color: Screamin' Green. HEX triplet: 73, FF and 6E. RGB value is (115,255,110). Sum of RGB (Red+Green+Blue) = 115+255+110=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FF6E is #8C0091. Grayscale: #C5C5C5. Windows color (decimal): -9175186 or 7274355. OLE color: 7274355.
HSL color Cylindrical-coordinate representation of color #73FF6E: hue angle of 117.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73FF6E is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 110 | - |
| CMYK | 0.55 | 0 | 0.57 | 0 |
| HSL | 117.93º | 1% | 0.72% | - |
| HSV(B) | 117.93º | 0.57% | 1% | - |
| XYZ | 45.64 | 76.29 | 27.07 | - |
| YUV | 196.61 | 79.12 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 110 | 0.55 | 0 | 0.57 | 0 | 117.93 | 1 | 0.72 |
| Hex | 73 | FF | 6E | 37 | 0 | 39 | 0 | 76 | 64 | 48 |
| Octal | 163 | 377 | 156 | 67 | 0 | 71 | 0 | 166 | 144 | 110 |
| Binary | 1110011 | 11111111 | 1101110 | 110111 | 0 | 111001 | 0 | 1110110 | 1100100 | 1001000 |
Color Harmonies of #73FF6E
Complementary color
Monochromatic Colors of #73FF6E
Black with #73FF6E
Text Example
Text Example
White with #73FF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF6E; }
p { color: rgb(115,255,110); }
H1.HeaderClassName
{
color: #73FF6E;
}
.AnyTagClassName
{
color: #73FF6E;
}
</style>
background-color css
<style>
a { background-color: #73FF6E; }
a { background-color: rgb(115,255,110); }
div.DivClassName
{
background-color: #73FF6E;
}
.BgClassName
{
background-color: #73FF6E;
}
</style>
border-color css
<style>
span { border-color: #73FF6E; }
span { border-color: rgb(115,255,110); }
td.TdClassName
{
border-color: #73FF6E;
}
.TagClassName
{
border-color: #73FF6E;
}
</style>