Shades of Screamin' Green #52F34B
Tints of Screamin' Green #52F34B
RGB
CMYK
RGB Variations
Color information
#52F34B (or 0x52F34B) is known color: Screamin' Green. HEX triplet: 52, F3 and 4B. RGB value is (82,243,75). Sum of RGB (Red+Green+Blue) = 82+243+75=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 243 (95.31% from 255 or 60.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 243 - color contains mainly: green. Hex color #52F34B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F34B is #AD0CB4. Grayscale: #B0B0B0. Windows color (decimal): -11340981 or 4977490. OLE color: 4977490.
HSL color Cylindrical-coordinate representation of color #52F34B: hue angle of 117.5º degrees, saturation: 0.88, 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 #52F34B is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 75 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.05 |
| HSL | 117.5º | 0.88% | 0.62% | - |
| HSV(B) | 117.5º | 0.69% | 0.95% | - |
| XYZ | 36.8 | 66.4 | 17.53 | - |
| YUV | 175.71 | 71.16 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 75 | 0.66 | 0 | 0.69 | 0.05 | 117.5 | 0.88 | 0.62 |
| Hex | 52 | F3 | 4B | 42 | 0 | 45 | 5 | 76 | 58 | 3E |
| Octal | 122 | 363 | 113 | 102 | 0 | 105 | 5 | 166 | 130 | 76 |
| Binary | 1010010 | 11110011 | 1001011 | 1000010 | 0 | 1000101 | 101 | 1110110 | 1011000 | 111110 |
Color Harmonies of #52F34B
Complementary color
Monochromatic Colors of #52F34B
Black with #52F34B
Text Example
Text Example
White with #52F34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F34B; }
p { color: rgb(82,243,75); }
H1.HeaderClassName
{
color: #52F34B;
}
.AnyTagClassName
{
color: #52F34B;
}
</style>
background-color css
<style>
a { background-color: #52F34B; }
a { background-color: rgb(82,243,75); }
div.DivClassName
{
background-color: #52F34B;
}
.BgClassName
{
background-color: #52F34B;
}
</style>
border-color css
<style>
span { border-color: #52F34B; }
span { border-color: rgb(82,243,75); }
td.TdClassName
{
border-color: #52F34B;
}
.TagClassName
{
border-color: #52F34B;
}
</style>