Shades of Shamrock #33E68B
Tints of Shamrock #33E68B
RGB
CMYK
RGB Variations
Color information
#33E68B (or 0x33E68B) is known color: Shamrock. HEX triplet: 33, E6 and 8B. RGB value is (51,230,139). Sum of RGB (Red+Green+Blue) = 51+230+139=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 230 (90.23% from 255 or 54.76% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 230 - color contains mainly: green. Hex color #33E68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33E68B is #CC1974. Grayscale: #A6A6A6. Windows color (decimal): -13375861 or 9168435. OLE color: 9168435.
HSL color Cylindrical-coordinate representation of color #33E68B: hue angle of 149.5º 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 #33E68B is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 230 | 139 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.10 |
| HSL | 149.5º | 0.78% | 0.55% | - |
| HSV(B) | 149.5º | 0.78% | 0.9% | - |
| XYZ | 34.32 | 59.16 | 34.04 | - |
| YUV | 166.11 | 112.7 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 230 | 139 | 0.78 | 0 | 0.40 | 0.10 | 149.5 | 0.78 | 0.55 |
| Hex | 33 | E6 | 8B | 4E | 0 | 28 | A | 95 | 4E | 37 |
| Octal | 63 | 346 | 213 | 116 | 0 | 50 | 12 | 225 | 116 | 67 |
| Binary | 110011 | 11100110 | 10001011 | 1001110 | 0 | 101000 | 1010 | 10010101 | 1001110 | 110111 |
Color Harmonies of #33E68B
Complementary color
Monochromatic Colors of #33E68B
Black with #33E68B
Text Example
Text Example
White with #33E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E68B; }
p { color: rgb(51,230,139); }
H1.HeaderClassName
{
color: #33E68B;
}
.AnyTagClassName
{
color: #33E68B;
}
</style>
background-color css
<style>
a { background-color: #33E68B; }
a { background-color: rgb(51,230,139); }
div.DivClassName
{
background-color: #33E68B;
}
.BgClassName
{
background-color: #33E68B;
}
</style>
border-color css
<style>
span { border-color: #33E68B; }
span { border-color: rgb(51,230,139); }
td.TdClassName
{
border-color: #33E68B;
}
.TagClassName
{
border-color: #33E68B;
}
</style>