Shades of Shamrock #33D682
Tints of Shamrock #33D682
RGB
CMYK
RGB Variations
Color information
#33D682 (or 0x33D682) is known color: Shamrock. HEX triplet: 33, D6 and 82. RGB value is (51,214,130). Sum of RGB (Red+Green+Blue) = 51+214+130=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #33D682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D682 is #CC297D. Grayscale: #9B9B9B. Windows color (decimal): -13379966 or 8574515. OLE color: 8574515.
HSL color Cylindrical-coordinate representation of color #33D682: hue angle of 149.08º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D682 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 130 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.16 |
| HSL | 149.08º | 0.67% | 0.52% | - |
| HSV(B) | 149.08º | 0.76% | 0.84% | - |
| XYZ | 29.44 | 50.41 | 29.3 | - |
| YUV | 155.69 | 113.5 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 130 | 0.76 | 0 | 0.39 | 0.16 | 149.08 | 0.67 | 0.52 |
| Hex | 33 | D6 | 82 | 4C | 0 | 27 | 10 | 95 | 43 | 34 |
| Octal | 63 | 326 | 202 | 114 | 0 | 47 | 20 | 225 | 103 | 64 |
| Binary | 110011 | 11010110 | 10000010 | 1001100 | 0 | 100111 | 10000 | 10010101 | 1000011 | 110100 |
Color Harmonies of #33D682
Complementary color
Monochromatic Colors of #33D682
Black with #33D682
Text Example
Text Example
White with #33D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D682; }
p { color: rgb(51,214,130); }
H1.HeaderClassName
{
color: #33D682;
}
.AnyTagClassName
{
color: #33D682;
}
</style>
background-color css
<style>
a { background-color: #33D682; }
a { background-color: rgb(51,214,130); }
div.DivClassName
{
background-color: #33D682;
}
.BgClassName
{
background-color: #33D682;
}
</style>
border-color css
<style>
span { border-color: #33D682; }
span { border-color: rgb(51,214,130); }
td.TdClassName
{
border-color: #33D682;
}
.TagClassName
{
border-color: #33D682;
}
</style>