Shades of Screamin' Green #34FF5E
Tints of Screamin' Green #34FF5E
RGB
CMYK
RGB Variations
Color information
#34FF5E (or 0x34FF5E) is known color: Screamin' Green. HEX triplet: 34, FF and 5E. RGB value is (52,255,94). Sum of RGB (Red+Green+Blue) = 52+255+94=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FF5E is #CB00A1. Grayscale: #B0B0B0. Windows color (decimal): -13303970 or 6225716. OLE color: 6225716.
HSL color Cylindrical-coordinate representation of color #34FF5E: hue angle of 132.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FF5E is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
RGB | 52 | 255 | 94 | - |
CMYK | 0.80 | 0 | 0.63 | 0 |
HSL | 132.41º | 1% | 0.6% | - |
HSV(B) | 132.41º | 0.8% | 1% | - |
XYZ | 39.2 | 73.06 | 22.63 | - |
YUV | 175.95 | 81.75 | 39.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 255 | 94 | 0.80 | 0 | 0.63 | 0 | 132.41 | 1 | 0.6 |
Hex | 34 | FF | 5E | 50 | 0 | 3F | 0 | 84 | 64 | 3C |
Octal | 64 | 377 | 136 | 120 | 0 | 77 | 0 | 204 | 144 | 74 |
Binary | 110100 | 11111111 | 1011110 | 1010000 | 0 | 111111 | 0 | 10000100 | 1100100 | 111100 |
Color Harmonies of #34FF5E
Complementary color
Monochromatic Colors of #34FF5E
Black with #34FF5E
Text Example
Text Example
White with #34FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF5E; }
p { color: rgb(52,255,94); }
H1.HeaderClassName
{
color: #34FF5E;
}
.AnyTagClassName
{
color: #34FF5E;
}
</style>
background-color css
<style>
a { background-color: #34FF5E; }
a { background-color: rgb(52,255,94); }
div.DivClassName
{
background-color: #34FF5E;
}
.BgClassName
{
background-color: #34FF5E;
}
</style>
border-color css
<style>
span { border-color: #34FF5E; }
span { border-color: rgb(52,255,94); }
td.TdClassName
{
border-color: #34FF5E;
}
.TagClassName
{
border-color: #34FF5E;
}
</style>