Shades of Screamin' Green #5AF338
Tints of Screamin' Green #5AF338
RGB
CMYK
RGB Variations
Color information
#5AF338 (or 0x5AF338) is known color: Screamin' Green. HEX triplet: 5A, F3 and 38. RGB value is (90,243,56). Sum of RGB (Red+Green+Blue) = 90+243+56=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 243 (95.31% from 255 or 62.47% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF338 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF338 is #A50CC7. Grayscale: #B0B0B0. Windows color (decimal): -10816712 or 3732314. OLE color: 3732314.
HSL color Cylindrical-coordinate representation of color #5AF338: hue angle of 109.09º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5AF338 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 56 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.05 |
| HSL | 109.09º | 0.89% | 0.59% | - |
| HSV(B) | 109.09º | 0.77% | 0.95% | - |
| XYZ | 36.98 | 66.56 | 14.64 | - |
| YUV | 175.94 | 60.31 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 56 | 0.63 | 0 | 0.77 | 0.05 | 109.09 | 0.89 | 0.59 |
| Hex | 5A | F3 | 38 | 3F | 0 | 4D | 5 | 6D | 59 | 3B |
| Octal | 132 | 363 | 70 | 77 | 0 | 115 | 5 | 155 | 131 | 73 |
| Binary | 1011010 | 11110011 | 111000 | 111111 | 0 | 1001101 | 101 | 1101101 | 1011001 | 111011 |
Color Harmonies of #5AF338
Complementary color
Monochromatic Colors of #5AF338
Black with #5AF338
Text Example
Text Example
White with #5AF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF338; }
p { color: rgb(90,243,56); }
H1.HeaderClassName
{
color: #5AF338;
}
.AnyTagClassName
{
color: #5AF338;
}
</style>
background-color css
<style>
a { background-color: #5AF338; }
a { background-color: rgb(90,243,56); }
div.DivClassName
{
background-color: #5AF338;
}
.BgClassName
{
background-color: #5AF338;
}
</style>
border-color css
<style>
span { border-color: #5AF338; }
span { border-color: rgb(90,243,56); }
td.TdClassName
{
border-color: #5AF338;
}
.TagClassName
{
border-color: #5AF338;
}
</style>