Shades of Screamin' Green #34FA6B
Tints of Screamin' Green #34FA6B
RGB
CMYK
RGB Variations
Color information
#34FA6B (or 0x34FA6B) is known color: Screamin' Green. HEX triplet: 34, FA and 6B. RGB value is (52,250,107). Sum of RGB (Red+Green+Blue) = 52+250+107=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FA6B is #CB0594. Grayscale: #AEAEAE. Windows color (decimal): -13305237 or 7076404. OLE color: 7076404.
HSL color Cylindrical-coordinate representation of color #34FA6B: hue angle of 136.67º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FA6B is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 107 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.02 |
| HSL | 136.67º | 0.95% | 0.59% | - |
| HSV(B) | 136.67º | 0.79% | 0.98% | - |
| XYZ | 38.26 | 70.16 | 25.44 | - |
| YUV | 174.5 | 89.9 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 107 | 0.79 | 0 | 0.57 | 0.02 | 136.67 | 0.95 | 0.59 |
| Hex | 34 | FA | 6B | 4F | 0 | 39 | 2 | 89 | 5F | 3B |
| Octal | 64 | 372 | 153 | 117 | 0 | 71 | 2 | 211 | 137 | 73 |
| Binary | 110100 | 11111010 | 1101011 | 1001111 | 0 | 111001 | 10 | 10001001 | 1011111 | 111011 |
Color Harmonies of #34FA6B
Complementary color
Monochromatic Colors of #34FA6B
Black with #34FA6B
Text Example
Text Example
White with #34FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FA6B; }
p { color: rgb(52,250,107); }
H1.HeaderClassName
{
color: #34FA6B;
}
.AnyTagClassName
{
color: #34FA6B;
}
</style>
background-color css
<style>
a { background-color: #34FA6B; }
a { background-color: rgb(52,250,107); }
div.DivClassName
{
background-color: #34FA6B;
}
.BgClassName
{
background-color: #34FA6B;
}
</style>
border-color css
<style>
span { border-color: #34FA6B; }
span { border-color: rgb(52,250,107); }
td.TdClassName
{
border-color: #34FA6B;
}
.TagClassName
{
border-color: #34FA6B;
}
</style>