Shades of Shamrock #33E68C
Tints of Shamrock #33E68C
RGB
CMYK
RGB Variations
Color information
#33E68C (or 0x33E68C) is known color: Shamrock. HEX triplet: 33, E6 and 8C. RGB value is (51,230,140). Sum of RGB (Red+Green+Blue) = 51+230+140=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #33E68C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33E68C is #CC1973. Grayscale: #A6A6A6. Windows color (decimal): -13375860 or 9233971. OLE color: 9233971.
HSL color Cylindrical-coordinate representation of color #33E68C: hue angle of 149.83º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E68C is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 230 | 140 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.10 |
| HSL | 149.83º | 0.78% | 0.55% | - |
| HSV(B) | 149.83º | 0.78% | 0.9% | - |
| XYZ | 34.4 | 59.19 | 34.42 | - |
| YUV | 166.22 | 113.2 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 230 | 140 | 0.78 | 0 | 0.39 | 0.10 | 149.83 | 0.78 | 0.55 |
| Hex | 33 | E6 | 8C | 4E | 0 | 27 | A | 96 | 4E | 37 |
| Octal | 63 | 346 | 214 | 116 | 0 | 47 | 12 | 226 | 116 | 67 |
| Binary | 110011 | 11100110 | 10001100 | 1001110 | 0 | 100111 | 1010 | 10010110 | 1001110 | 110111 |
Color Harmonies of #33E68C
Complementary color
Monochromatic Colors of #33E68C
Black with #33E68C
Text Example
Text Example
White with #33E68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E68C; }
p { color: rgb(51,230,140); }
H1.HeaderClassName
{
color: #33E68C;
}
.AnyTagClassName
{
color: #33E68C;
}
</style>
background-color css
<style>
a { background-color: #33E68C; }
a { background-color: rgb(51,230,140); }
div.DivClassName
{
background-color: #33E68C;
}
.BgClassName
{
background-color: #33E68C;
}
</style>
border-color css
<style>
span { border-color: #33E68C; }
span { border-color: rgb(51,230,140); }
td.TdClassName
{
border-color: #33E68C;
}
.TagClassName
{
border-color: #33E68C;
}
</style>