Shades of Screamin' Green #34FF67
Tints of Screamin' Green #34FF67
RGB
CMYK
RGB Variations
Color information
#34FF67 (or 0x34FF67) is known color: Screamin' Green. HEX triplet: 34, FF and 67. RGB value is (52,255,103). Sum of RGB (Red+Green+Blue) = 52+255+103=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF67 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FF67 is #CB0098. Grayscale: #B1B1B1. Windows color (decimal): -13303961 or 6815540. OLE color: 6815540.
HSL color Cylindrical-coordinate representation of color #34FF67: hue angle of 135.07º 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 #34FF67 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 103 | - |
| CMYK | 0.80 | 0 | 0.60 | 0 |
| HSL | 135.07º | 1% | 0.6% | - |
| HSV(B) | 135.07º | 0.8% | 1% | - |
| XYZ | 39.62 | 73.23 | 24.88 | - |
| YUV | 176.98 | 86.25 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 103 | 0.80 | 0 | 0.60 | 0 | 135.07 | 1 | 0.6 |
| Hex | 34 | FF | 67 | 50 | 0 | 3C | 0 | 87 | 64 | 3C |
| Octal | 64 | 377 | 147 | 120 | 0 | 74 | 0 | 207 | 144 | 74 |
| Binary | 110100 | 11111111 | 1100111 | 1010000 | 0 | 111100 | 0 | 10000111 | 1100100 | 111100 |
Color Harmonies of #34FF67
Complementary color
Monochromatic Colors of #34FF67
Black with #34FF67
Text Example
Text Example
White with #34FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF67; }
p { color: rgb(52,255,103); }
H1.HeaderClassName
{
color: #34FF67;
}
.AnyTagClassName
{
color: #34FF67;
}
</style>
background-color css
<style>
a { background-color: #34FF67; }
a { background-color: rgb(52,255,103); }
div.DivClassName
{
background-color: #34FF67;
}
.BgClassName
{
background-color: #34FF67;
}
</style>
border-color css
<style>
span { border-color: #34FF67; }
span { border-color: rgb(52,255,103); }
td.TdClassName
{
border-color: #34FF67;
}
.TagClassName
{
border-color: #34FF67;
}
</style>