Shades of Screamin' Green #34FF56
Tints of Screamin' Green #34FF56
RGB
CMYK
RGB Variations
Color information
#34FF56 (or 0x34FF56) is known color: Screamin' Green. HEX triplet: 34, FF and 56. RGB value is (52,255,86). Sum of RGB (Red+Green+Blue) = 52+255+86=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FF56 is #CB00A9. Grayscale: #AFAFAF. Windows color (decimal): -13303978 or 5701428. OLE color: 5701428.
HSL color Cylindrical-coordinate representation of color #34FF56: hue angle of 130.05º 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 #34FF56 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 86 | - |
| CMYK | 0.80 | 0 | 0.66 | 0 |
| HSL | 130.05º | 1% | 0.6% | - |
| HSV(B) | 130.05º | 0.8% | 1% | - |
| XYZ | 38.86 | 72.92 | 20.83 | - |
| YUV | 175.04 | 77.75 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 86 | 0.80 | 0 | 0.66 | 0 | 130.05 | 1 | 0.6 |
| Hex | 34 | FF | 56 | 50 | 0 | 42 | 0 | 82 | 64 | 3C |
| Octal | 64 | 377 | 126 | 120 | 0 | 102 | 0 | 202 | 144 | 74 |
| Binary | 110100 | 11111111 | 1010110 | 1010000 | 0 | 1000010 | 0 | 10000010 | 1100100 | 111100 |
Color Harmonies of #34FF56
Complementary color
Monochromatic Colors of #34FF56
Black with #34FF56
Text Example
Text Example
White with #34FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF56; }
p { color: rgb(52,255,86); }
H1.HeaderClassName
{
color: #34FF56;
}
.AnyTagClassName
{
color: #34FF56;
}
</style>
background-color css
<style>
a { background-color: #34FF56; }
a { background-color: rgb(52,255,86); }
div.DivClassName
{
background-color: #34FF56;
}
.BgClassName
{
background-color: #34FF56;
}
</style>
border-color css
<style>
span { border-color: #34FF56; }
span { border-color: rgb(52,255,86); }
td.TdClassName
{
border-color: #34FF56;
}
.TagClassName
{
border-color: #34FF56;
}
</style>