Shades of Screamin' Green #34FA5E
Tints of Screamin' Green #34FA5E
RGB
CMYK
RGB Variations
Color information
#34FA5E (or 0x34FA5E) is known color: Screamin' Green. HEX triplet: 34, FA and 5E. RGB value is (52,250,94). Sum of RGB (Red+Green+Blue) = 52+250+94=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FA5E is #CB05A1. Grayscale: #ADADAD. Windows color (decimal): -13305250 or 6224436. OLE color: 6224436.
HSL color Cylindrical-coordinate representation of color #34FA5E: hue angle of 132.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FA5E is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 94 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.02 |
| HSL | 132.73º | 0.95% | 0.59% | - |
| HSV(B) | 132.73º | 0.79% | 0.98% | - |
| XYZ | 37.62 | 69.91 | 22.1 | - |
| YUV | 173.01 | 83.4 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 94 | 0.79 | 0 | 0.62 | 0.02 | 132.73 | 0.95 | 0.59 |
| Hex | 34 | FA | 5E | 4F | 0 | 3E | 2 | 85 | 5F | 3B |
| Octal | 64 | 372 | 136 | 117 | 0 | 76 | 2 | 205 | 137 | 73 |
| Binary | 110100 | 11111010 | 1011110 | 1001111 | 0 | 111110 | 10 | 10000101 | 1011111 | 111011 |
Color Harmonies of #34FA5E
Complementary color
Monochromatic Colors of #34FA5E
Black with #34FA5E
Text Example
Text Example
White with #34FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FA5E; }
p { color: rgb(52,250,94); }
H1.HeaderClassName
{
color: #34FA5E;
}
.AnyTagClassName
{
color: #34FA5E;
}
</style>
background-color css
<style>
a { background-color: #34FA5E; }
a { background-color: rgb(52,250,94); }
div.DivClassName
{
background-color: #34FA5E;
}
.BgClassName
{
background-color: #34FA5E;
}
</style>
border-color css
<style>
span { border-color: #34FA5E; }
span { border-color: rgb(52,250,94); }
td.TdClassName
{
border-color: #34FA5E;
}
.TagClassName
{
border-color: #34FA5E;
}
</style>