Shades of Screamin' Green #53F941
Tints of Screamin' Green #53F941
RGB
CMYK
RGB Variations
Color information
#53F941 (or 0x53F941) is known color: Screamin' Green. HEX triplet: 53, F9 and 41. RGB value is (83,249,65). Sum of RGB (Red+Green+Blue) = 83+249+65=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 249 (97.66% from 255 or 62.72% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 249 - color contains mainly: green. Hex color #53F941 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F941 is #AC06BE. Grayscale: #B2B2B2. Windows color (decimal): -11273919 or 4323667. OLE color: 4323667.
HSL color Cylindrical-coordinate representation of color #53F941: hue angle of 114.13º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53F941 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 65 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.02 |
| HSL | 114.13º | 0.94% | 0.62% | - |
| HSV(B) | 114.13º | 0.74% | 0.98% | - |
| XYZ | 38.4 | 69.97 | 16.48 | - |
| YUV | 178.39 | 64 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 65 | 0.67 | 0 | 0.74 | 0.02 | 114.13 | 0.94 | 0.62 |
| Hex | 53 | F9 | 41 | 43 | 0 | 4A | 2 | 72 | 5E | 3E |
| Octal | 123 | 371 | 101 | 103 | 0 | 112 | 2 | 162 | 136 | 76 |
| Binary | 1010011 | 11111001 | 1000001 | 1000011 | 0 | 1001010 | 10 | 1110010 | 1011110 | 111110 |
Color Harmonies of #53F941
Complementary color
Monochromatic Colors of #53F941
Black with #53F941
Text Example
Text Example
White with #53F941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F941; }
p { color: rgb(83,249,65); }
H1.HeaderClassName
{
color: #53F941;
}
.AnyTagClassName
{
color: #53F941;
}
</style>
background-color css
<style>
a { background-color: #53F941; }
a { background-color: rgb(83,249,65); }
div.DivClassName
{
background-color: #53F941;
}
.BgClassName
{
background-color: #53F941;
}
</style>
border-color css
<style>
span { border-color: #53F941; }
span { border-color: rgb(83,249,65); }
td.TdClassName
{
border-color: #53F941;
}
.TagClassName
{
border-color: #53F941;
}
</style>