Shades of Screamin' Green #34FF6C
Tints of Screamin' Green #34FF6C
RGB
CMYK
RGB Variations
Color information
#34FF6C (or 0x34FF6C) is known color: Screamin' Green. HEX triplet: 34, FF and 6C. RGB value is (52,255,108). Sum of RGB (Red+Green+Blue) = 52+255+108=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FF6C is #CB0093. Grayscale: #B1B1B1. Windows color (decimal): -13303956 or 7143220. OLE color: 7143220.
HSL color Cylindrical-coordinate representation of color #34FF6C: hue angle of 136.55º 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 #34FF6C is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 108 | - |
| CMYK | 0.80 | 0 | 0.58 | 0 |
| HSL | 136.55º | 1% | 0.6% | - |
| HSV(B) | 136.55º | 0.8% | 1% | - |
| XYZ | 39.88 | 73.33 | 26.24 | - |
| YUV | 177.55 | 88.75 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 108 | 0.80 | 0 | 0.58 | 0 | 136.55 | 1 | 0.6 |
| Hex | 34 | FF | 6C | 50 | 0 | 3A | 0 | 89 | 64 | 3C |
| Octal | 64 | 377 | 154 | 120 | 0 | 72 | 0 | 211 | 144 | 74 |
| Binary | 110100 | 11111111 | 1101100 | 1010000 | 0 | 111010 | 0 | 10001001 | 1100100 | 111100 |
Color Harmonies of #34FF6C
Complementary color
Monochromatic Colors of #34FF6C
Black with #34FF6C
Text Example
Text Example
White with #34FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF6C; }
p { color: rgb(52,255,108); }
H1.HeaderClassName
{
color: #34FF6C;
}
.AnyTagClassName
{
color: #34FF6C;
}
</style>
background-color css
<style>
a { background-color: #34FF6C; }
a { background-color: rgb(52,255,108); }
div.DivClassName
{
background-color: #34FF6C;
}
.BgClassName
{
background-color: #34FF6C;
}
</style>
border-color css
<style>
span { border-color: #34FF6C; }
span { border-color: rgb(52,255,108); }
td.TdClassName
{
border-color: #34FF6C;
}
.TagClassName
{
border-color: #34FF6C;
}
</style>