Shades of Screamin' Green #5CF94A
Tints of Screamin' Green #5CF94A
RGB
CMYK
RGB Variations
Color information
#5CF94A (or 0x5CF94A) is known color: Screamin' Green. HEX triplet: 5C, F9 and 4A. RGB value is (92,249,74). Sum of RGB (Red+Green+Blue) = 92+249+74=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #5CF94A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CF94A is #A306B5. Grayscale: #B6B6B6. Windows color (decimal): -10684086 or 4913500. OLE color: 4913500.
HSL color Cylindrical-coordinate representation of color #5CF94A: hue angle of 113.83º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CF94A is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 249 | 74 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.02 |
| HSL | 113.83º | 0.94% | 0.63% | - |
| HSV(B) | 113.83º | 0.7% | 0.98% | - |
| XYZ | 39.53 | 70.52 | 18.01 | - |
| YUV | 182.11 | 66.99 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 249 | 74 | 0.63 | 0 | 0.70 | 0.02 | 113.83 | 0.94 | 0.63 |
| Hex | 5C | F9 | 4A | 3F | 0 | 46 | 2 | 72 | 5E | 3F |
| Octal | 134 | 371 | 112 | 77 | 0 | 106 | 2 | 162 | 136 | 77 |
| Binary | 1011100 | 11111001 | 1001010 | 111111 | 0 | 1000110 | 10 | 1110010 | 1011110 | 111111 |
Color Harmonies of #5CF94A
Complementary color
Monochromatic Colors of #5CF94A
Black with #5CF94A
Text Example
Text Example
White with #5CF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF94A; }
p { color: rgb(92,249,74); }
H1.HeaderClassName
{
color: #5CF94A;
}
.AnyTagClassName
{
color: #5CF94A;
}
</style>
background-color css
<style>
a { background-color: #5CF94A; }
a { background-color: rgb(92,249,74); }
div.DivClassName
{
background-color: #5CF94A;
}
.BgClassName
{
background-color: #5CF94A;
}
</style>
border-color css
<style>
span { border-color: #5CF94A; }
span { border-color: rgb(92,249,74); }
td.TdClassName
{
border-color: #5CF94A;
}
.TagClassName
{
border-color: #5CF94A;
}
</style>