Shades of Screamin' Green #5AEF74
Tints of Screamin' Green #5AEF74
RGB
CMYK
RGB Variations
Color information
#5AEF74 (or 0x5AEF74) is known color: Screamin' Green. HEX triplet: 5A, EF and 74. RGB value is (90,239,116). Sum of RGB (Red+Green+Blue) = 90+239+116=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEF74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AEF74 is #A5108B. Grayscale: #B4B4B4. Windows color (decimal): -10817676 or 7663450. OLE color: 7663450.
HSL color Cylindrical-coordinate representation of color #5AEF74: hue angle of 130.47º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEF74 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 239 | 116 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.06 |
| HSL | 130.47º | 0.82% | 0.65% | - |
| HSV(B) | 130.47º | 0.62% | 0.94% | - |
| XYZ | 38.24 | 65.17 | 27.09 | - |
| YUV | 180.43 | 91.64 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 116 | 0.62 | 0 | 0.51 | 0.06 | 130.47 | 0.82 | 0.65 |
| Hex | 5A | EF | 74 | 3E | 0 | 33 | 6 | 82 | 52 | 41 |
| Octal | 132 | 357 | 164 | 76 | 0 | 63 | 6 | 202 | 122 | 101 |
| Binary | 1011010 | 11101111 | 1110100 | 111110 | 0 | 110011 | 110 | 10000010 | 1010010 | 1000001 |
Color Harmonies of #5AEF74
Complementary color
Monochromatic Colors of #5AEF74
Black with #5AEF74
Text Example
Text Example
White with #5AEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEF74; }
p { color: rgb(90,239,116); }
H1.HeaderClassName
{
color: #5AEF74;
}
.AnyTagClassName
{
color: #5AEF74;
}
</style>
background-color css
<style>
a { background-color: #5AEF74; }
a { background-color: rgb(90,239,116); }
div.DivClassName
{
background-color: #5AEF74;
}
.BgClassName
{
background-color: #5AEF74;
}
</style>
border-color css
<style>
span { border-color: #5AEF74; }
span { border-color: rgb(90,239,116); }
td.TdClassName
{
border-color: #5AEF74;
}
.TagClassName
{
border-color: #5AEF74;
}
</style>