Shades of Screamin' Green #74FF83
Tints of Screamin' Green #74FF83
RGB
CMYK
RGB Variations
Color information
#74FF83 (or 0x74FF83) is known color: Screamin' Green. HEX triplet: 74, FF and 83. RGB value is (116,255,131). Sum of RGB (Red+Green+Blue) = 116+255+131=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF83 is #8B007C. Grayscale: #C7C7C7. Windows color (decimal): -9109629 or 8650612. OLE color: 8650612.
HSL color Cylindrical-coordinate representation of color #74FF83: hue angle of 126.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FF83 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 131 | - |
| CMYK | 0.55 | 0 | 0.49 | 0 |
| HSL | 126.47º | 1% | 0.73% | - |
| HSV(B) | 126.47º | 0.55% | 1% | - |
| XYZ | 47.06 | 76.87 | 33.83 | - |
| YUV | 199.3 | 89.45 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 131 | 0.55 | 0 | 0.49 | 0 | 126.47 | 1 | 0.73 |
| Hex | 74 | FF | 83 | 37 | 0 | 31 | 0 | 7E | 64 | 49 |
| Octal | 164 | 377 | 203 | 67 | 0 | 61 | 0 | 176 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10000011 | 110111 | 0 | 110001 | 0 | 1111110 | 1100100 | 1001001 |
Color Harmonies of #74FF83
Complementary color
Monochromatic Colors of #74FF83
Black with #74FF83
Text Example
Text Example
White with #74FF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF83; }
p { color: rgb(116,255,131); }
H1.HeaderClassName
{
color: #74FF83;
}
.AnyTagClassName
{
color: #74FF83;
}
</style>
background-color css
<style>
a { background-color: #74FF83; }
a { background-color: rgb(116,255,131); }
div.DivClassName
{
background-color: #74FF83;
}
.BgClassName
{
background-color: #74FF83;
}
</style>
border-color css
<style>
span { border-color: #74FF83; }
span { border-color: rgb(116,255,131); }
td.TdClassName
{
border-color: #74FF83;
}
.TagClassName
{
border-color: #74FF83;
}
</style>