Shades of Shamrock #34F29B
Tints of Shamrock #34F29B
RGB
CMYK
RGB Variations
Color information
#34F29B (or 0x34F29B) is known color: Shamrock. HEX triplet: 34, F2 and 9B. RGB value is (52,242,155). Sum of RGB (Red+Green+Blue) = 52+242+155=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #34F29B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F29B is #CB0D64. Grayscale: #AFAFAF. Windows color (decimal): -13307237 or 10220084. OLE color: 10220084.
HSL color Cylindrical-coordinate representation of color #34F29B: hue angle of 152.53º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F29B is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 242 | 155 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.05 |
| HSL | 152.53º | 0.88% | 0.58% | - |
| HSV(B) | 152.53º | 0.79% | 0.95% | - |
| XYZ | 39.08 | 66.6 | 41.81 | - |
| YUV | 175.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 242 | 155 | 0.79 | 0 | 0.36 | 0.05 | 152.53 | 0.88 | 0.58 |
| Hex | 34 | F2 | 9B | 4F | 0 | 24 | 5 | 99 | 58 | 3A |
| Octal | 64 | 362 | 233 | 117 | 0 | 44 | 5 | 231 | 130 | 72 |
| Binary | 110100 | 11110010 | 10011011 | 1001111 | 0 | 100100 | 101 | 10011001 | 1011000 | 111010 |
Color Harmonies of #34F29B
Complementary color
Monochromatic Colors of #34F29B
Black with #34F29B
Text Example
Text Example
White with #34F29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F29B; }
p { color: rgb(52,242,155); }
H1.HeaderClassName
{
color: #34F29B;
}
.AnyTagClassName
{
color: #34F29B;
}
</style>
background-color css
<style>
a { background-color: #34F29B; }
a { background-color: rgb(52,242,155); }
div.DivClassName
{
background-color: #34F29B;
}
.BgClassName
{
background-color: #34F29B;
}
</style>
border-color css
<style>
span { border-color: #34F29B; }
span { border-color: rgb(52,242,155); }
td.TdClassName
{
border-color: #34F29B;
}
.TagClassName
{
border-color: #34F29B;
}
</style>