Shades of Shamrock #33E285
Tints of Shamrock #33E285
RGB
CMYK
RGB Variations
Color information
#33E285 (or 0x33E285) is known color: Shamrock. HEX triplet: 33, E2 and 85. RGB value is (51,226,133). Sum of RGB (Red+Green+Blue) = 51+226+133=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 226 (88.67% from 255 or 55.12% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 226 - color contains mainly: green. Hex color #33E285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33E285 is #CC1D7A. Grayscale: #A3A3A3. Windows color (decimal): -13376891 or 8774195. OLE color: 8774195.
HSL color Cylindrical-coordinate representation of color #33E285: hue angle of 148.11º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E285 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 226 | 133 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.11 |
| HSL | 148.11º | 0.75% | 0.54% | - |
| HSV(B) | 148.11º | 0.77% | 0.89% | - |
| XYZ | 32.8 | 56.79 | 31.42 | - |
| YUV | 163.07 | 111.02 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 226 | 133 | 0.77 | 0 | 0.41 | 0.11 | 148.11 | 0.75 | 0.54 |
| Hex | 33 | E2 | 85 | 4D | 0 | 29 | B | 94 | 4B | 36 |
| Octal | 63 | 342 | 205 | 115 | 0 | 51 | 13 | 224 | 113 | 66 |
| Binary | 110011 | 11100010 | 10000101 | 1001101 | 0 | 101001 | 1011 | 10010100 | 1001011 | 110110 |
Color Harmonies of #33E285
Complementary color
Monochromatic Colors of #33E285
Black with #33E285
Text Example
Text Example
White with #33E285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E285; }
p { color: rgb(51,226,133); }
H1.HeaderClassName
{
color: #33E285;
}
.AnyTagClassName
{
color: #33E285;
}
</style>
background-color css
<style>
a { background-color: #33E285; }
a { background-color: rgb(51,226,133); }
div.DivClassName
{
background-color: #33E285;
}
.BgClassName
{
background-color: #33E285;
}
</style>
border-color css
<style>
span { border-color: #33E285; }
span { border-color: rgb(51,226,133); }
td.TdClassName
{
border-color: #33E285;
}
.TagClassName
{
border-color: #33E285;
}
</style>