Shades of Shamrock #34FA90
Tints of Shamrock #34FA90
RGB
CMYK
RGB Variations
Color information
#34FA90 (or 0x34FA90) is known color: Shamrock. HEX triplet: 34, FA and 90. RGB value is (52,250,144). Sum of RGB (Red+Green+Blue) = 52+250+144=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FA90 is #CB056F. Grayscale: #B2B2B2. Windows color (decimal): -13305200 or 9501236. OLE color: 9501236.
HSL color Cylindrical-coordinate representation of color #34FA90: hue angle of 147.88º 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 #34FA90 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 144 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.02 |
| HSL | 147.88º | 0.95% | 0.59% | - |
| HSV(B) | 147.88º | 0.79% | 0.98% | - |
| XYZ | 40.64 | 71.11 | 37.97 | - |
| YUV | 178.71 | 108.4 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 144 | 0.79 | 0 | 0.42 | 0.02 | 147.88 | 0.95 | 0.59 |
| Hex | 34 | FA | 90 | 4F | 0 | 2A | 2 | 94 | 5F | 3B |
| Octal | 64 | 372 | 220 | 117 | 0 | 52 | 2 | 224 | 137 | 73 |
| Binary | 110100 | 11111010 | 10010000 | 1001111 | 0 | 101010 | 10 | 10010100 | 1011111 | 111011 |
Color Harmonies of #34FA90
Complementary color
Monochromatic Colors of #34FA90
Black with #34FA90
Text Example
Text Example
White with #34FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FA90; }
p { color: rgb(52,250,144); }
H1.HeaderClassName
{
color: #34FA90;
}
.AnyTagClassName
{
color: #34FA90;
}
</style>
background-color css
<style>
a { background-color: #34FA90; }
a { background-color: rgb(52,250,144); }
div.DivClassName
{
background-color: #34FA90;
}
.BgClassName
{
background-color: #34FA90;
}
</style>
border-color css
<style>
span { border-color: #34FA90; }
span { border-color: rgb(52,250,144); }
td.TdClassName
{
border-color: #34FA90;
}
.TagClassName
{
border-color: #34FA90;
}
</style>