Shades of Shamrock #33D27E
Tints of Shamrock #33D27E
RGB
CMYK
RGB Variations
Color information
#33D27E (or 0x33D27E) is known color: Shamrock. HEX triplet: 33, D2 and 7E. RGB value is (51,210,126). Sum of RGB (Red+Green+Blue) = 51+210+126=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #33D27E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D27E is #CC2D81. Grayscale: #999999. Windows color (decimal): -13380994 or 8311347. OLE color: 8311347.
HSL color Cylindrical-coordinate representation of color #33D27E: hue angle of 148.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D27E is Cyan = 0.76, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 126 | - |
| CMYK | 0.76 | 0 | 0.4 | 0.18 |
| HSL | 148.3º | 0.64% | 0.51% | - |
| HSV(B) | 148.3º | 0.76% | 0.82% | - |
| XYZ | 28.18 | 48.3 | 27.58 | - |
| YUV | 152.88 | 112.82 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 126 | 0.76 | 0 | 0.4 | 0.18 | 148.3 | 0.64 | 0.51 |
| Hex | 33 | D2 | 7E | 4C | 0 | 28 | 12 | 94 | 40 | 33 |
| Octal | 63 | 322 | 176 | 114 | 0 | 50 | 22 | 224 | 100 | 63 |
| Binary | 110011 | 11010010 | 1111110 | 1001100 | 0 | 101000 | 10010 | 10010100 | 1000000 | 110011 |
Color Harmonies of #33D27E
Complementary color
Monochromatic Colors of #33D27E
Black with #33D27E
Text Example
Text Example
White with #33D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D27E; }
p { color: rgb(51,210,126); }
H1.HeaderClassName
{
color: #33D27E;
}
.AnyTagClassName
{
color: #33D27E;
}
</style>
background-color css
<style>
a { background-color: #33D27E; }
a { background-color: rgb(51,210,126); }
div.DivClassName
{
background-color: #33D27E;
}
.BgClassName
{
background-color: #33D27E;
}
</style>
border-color css
<style>
span { border-color: #33D27E; }
span { border-color: rgb(51,210,126); }
td.TdClassName
{
border-color: #33D27E;
}
.TagClassName
{
border-color: #33D27E;
}
</style>