Shades of Screamin' Green #34FF69
Tints of Screamin' Green #34FF69
RGB
CMYK
RGB Variations
Color information
#34FF69 (or 0x34FF69) is known color: Screamin' Green. HEX triplet: 34, FF and 69. RGB value is (52,255,105). Sum of RGB (Red+Green+Blue) = 52+255+105=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FF69 is #CB0096. Grayscale: #B1B1B1. Windows color (decimal): -13303959 or 6946612. OLE color: 6946612.
HSL color Cylindrical-coordinate representation of color #34FF69: hue angle of 135.67º 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 #34FF69 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 105 | - |
| CMYK | 0.80 | 0 | 0.59 | 0 |
| HSL | 135.67º | 1% | 0.6% | - |
| HSV(B) | 135.67º | 0.8% | 1% | - |
| XYZ | 39.73 | 73.27 | 25.41 | - |
| YUV | 177.2 | 87.25 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 105 | 0.80 | 0 | 0.59 | 0 | 135.67 | 1 | 0.6 |
| Hex | 34 | FF | 69 | 50 | 0 | 3B | 0 | 88 | 64 | 3C |
| Octal | 64 | 377 | 151 | 120 | 0 | 73 | 0 | 210 | 144 | 74 |
| Binary | 110100 | 11111111 | 1101001 | 1010000 | 0 | 111011 | 0 | 10001000 | 1100100 | 111100 |
Color Harmonies of #34FF69
Complementary color
Monochromatic Colors of #34FF69
Black with #34FF69
Text Example
Text Example
White with #34FF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF69; }
p { color: rgb(52,255,105); }
H1.HeaderClassName
{
color: #34FF69;
}
.AnyTagClassName
{
color: #34FF69;
}
</style>
background-color css
<style>
a { background-color: #34FF69; }
a { background-color: rgb(52,255,105); }
div.DivClassName
{
background-color: #34FF69;
}
.BgClassName
{
background-color: #34FF69;
}
</style>
border-color css
<style>
span { border-color: #34FF69; }
span { border-color: rgb(52,255,105); }
td.TdClassName
{
border-color: #34FF69;
}
.TagClassName
{
border-color: #34FF69;
}
</style>