Shades of Screamin' Green #52F145
Tints of Screamin' Green #52F145
RGB
CMYK
RGB Variations
Color information
#52F145 (or 0x52F145) is known color: Screamin' Green. HEX triplet: 52, F1 and 45. RGB value is (82,241,69). Sum of RGB (Red+Green+Blue) = 82+241+69=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #52F145 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F145 is #AD0EBA. Grayscale: #AEAEAE. Windows color (decimal): -11341499 or 4583762. OLE color: 4583762.
HSL color Cylindrical-coordinate representation of color #52F145: hue angle of 115.47º degrees, saturation: 0.86, 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 #52F145 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 69 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.05 |
| HSL | 115.47º | 0.86% | 0.61% | - |
| HSV(B) | 115.47º | 0.71% | 0.95% | - |
| XYZ | 36.01 | 65.13 | 16.3 | - |
| YUV | 173.85 | 68.82 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 69 | 0.66 | 0 | 0.71 | 0.05 | 115.47 | 0.86 | 0.61 |
| Hex | 52 | F1 | 45 | 42 | 0 | 47 | 5 | 73 | 56 | 3D |
| Octal | 122 | 361 | 105 | 102 | 0 | 107 | 5 | 163 | 126 | 75 |
| Binary | 1010010 | 11110001 | 1000101 | 1000010 | 0 | 1000111 | 101 | 1110011 | 1010110 | 111101 |
Color Harmonies of #52F145
Complementary color
Monochromatic Colors of #52F145
Black with #52F145
Text Example
Text Example
White with #52F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F145; }
p { color: rgb(82,241,69); }
H1.HeaderClassName
{
color: #52F145;
}
.AnyTagClassName
{
color: #52F145;
}
</style>
background-color css
<style>
a { background-color: #52F145; }
a { background-color: rgb(82,241,69); }
div.DivClassName
{
background-color: #52F145;
}
.BgClassName
{
background-color: #52F145;
}
</style>
border-color css
<style>
span { border-color: #52F145; }
span { border-color: rgb(82,241,69); }
td.TdClassName
{
border-color: #52F145;
}
.TagClassName
{
border-color: #52F145;
}
</style>