Shades of Screamin' Green #5AF24B
Tints of Screamin' Green #5AF24B
RGB
CMYK
RGB Variations
Color information
#5AF24B (or 0x5AF24B) is known color: Screamin' Green. HEX triplet: 5A, F2 and 4B. RGB value is (90,242,75). Sum of RGB (Red+Green+Blue) = 90+242+75=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF24B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF24B is #A50DB4. Grayscale: #B2B2B2. Windows color (decimal): -10816949 or 4977242. OLE color: 4977242.
HSL color Cylindrical-coordinate representation of color #5AF24B: hue angle of 114.61º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AF24B is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 242 | 75 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.05 |
| HSL | 114.61º | 0.87% | 0.62% | - |
| HSV(B) | 114.61º | 0.69% | 0.95% | - |
| XYZ | 37.24 | 66.19 | 17.47 | - |
| YUV | 177.51 | 70.14 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 242 | 75 | 0.63 | 0 | 0.69 | 0.05 | 114.61 | 0.87 | 0.62 |
| Hex | 5A | F2 | 4B | 3F | 0 | 45 | 5 | 73 | 57 | 3E |
| Octal | 132 | 362 | 113 | 77 | 0 | 105 | 5 | 163 | 127 | 76 |
| Binary | 1011010 | 11110010 | 1001011 | 111111 | 0 | 1000101 | 101 | 1110011 | 1010111 | 111110 |
Color Harmonies of #5AF24B
Complementary color
Monochromatic Colors of #5AF24B
Black with #5AF24B
Text Example
Text Example
White with #5AF24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF24B; }
p { color: rgb(90,242,75); }
H1.HeaderClassName
{
color: #5AF24B;
}
.AnyTagClassName
{
color: #5AF24B;
}
</style>
background-color css
<style>
a { background-color: #5AF24B; }
a { background-color: rgb(90,242,75); }
div.DivClassName
{
background-color: #5AF24B;
}
.BgClassName
{
background-color: #5AF24B;
}
</style>
border-color css
<style>
span { border-color: #5AF24B; }
span { border-color: rgb(90,242,75); }
td.TdClassName
{
border-color: #5AF24B;
}
.TagClassName
{
border-color: #5AF24B;
}
</style>