Shades of Screamin' Green #5DF245
Tints of Screamin' Green #5DF245
RGB
CMYK
RGB Variations
Color information
#5DF245 (or 0x5DF245) is known color: Screamin' Green. HEX triplet: 5D, F2 and 45. RGB value is (93,242,69). Sum of RGB (Red+Green+Blue) = 93+242+69=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF245 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF245 is #A20DBA. Grayscale: #B2B2B2. Windows color (decimal): -10620347 or 4584029. OLE color: 4584029.
HSL color Cylindrical-coordinate representation of color #5DF245: hue angle of 111.68º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DF245 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 69 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.05 |
| HSL | 111.68º | 0.87% | 0.61% | - |
| HSV(B) | 111.68º | 0.71% | 0.95% | - |
| XYZ | 37.34 | 66.26 | 16.45 | - |
| YUV | 177.73 | 66.64 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 69 | 0.62 | 0 | 0.71 | 0.05 | 111.68 | 0.87 | 0.61 |
| Hex | 5D | F2 | 45 | 3E | 0 | 47 | 5 | 70 | 57 | 3D |
| Octal | 135 | 362 | 105 | 76 | 0 | 107 | 5 | 160 | 127 | 75 |
| Binary | 1011101 | 11110010 | 1000101 | 111110 | 0 | 1000111 | 101 | 1110000 | 1010111 | 111101 |
Color Harmonies of #5DF245
Complementary color
Monochromatic Colors of #5DF245
Black with #5DF245
Text Example
Text Example
White with #5DF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF245; }
p { color: rgb(93,242,69); }
H1.HeaderClassName
{
color: #5DF245;
}
.AnyTagClassName
{
color: #5DF245;
}
</style>
background-color css
<style>
a { background-color: #5DF245; }
a { background-color: rgb(93,242,69); }
div.DivClassName
{
background-color: #5DF245;
}
.BgClassName
{
background-color: #5DF245;
}
</style>
border-color css
<style>
span { border-color: #5DF245; }
span { border-color: rgb(93,242,69); }
td.TdClassName
{
border-color: #5DF245;
}
.TagClassName
{
border-color: #5DF245;
}
</style>