#33D68C

Color #33D68C Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #33D68C

Tints of Shamrock #33D68C

Color information

#33D68C (or 0x33D68C) is unknown color: approx Shamrock. HEX triplet: 33, D6 and 8C. RGB value is (51,214,140). Sum of RGB (Red+Green+Blue) = 51+214+140=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #33D68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D68C is #CC2973. Grayscale: #9C9C9C. Windows color (decimal): -13379956 or 9229875. OLE color: 9229875.

HSL color Cylindrical-coordinate representation of color #33D68C: hue angle of 152.76º 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 #33D68C is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB51214140-
CMYK0.7600.350.16
HSL152.76º66.53%51.96%-
HSV(B)152.76º76.17%83.92%-
XYZ30.1550.6933.01-
YUV156.83118.552.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 12.59%
GREEN value IS 214 (83.98% from 255) = 52.84%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=12.59%
G=52.84%
B=34.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512141400.7600.350.16152.7666.5351.96
Hex33D68C4C02310994334
Octal633262141140432023110364
Binary11001111010110100011001001100010001110000100110011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33D68C; }

 p { color: rgb(51,214,140); }

 H1.HeaderClassName
 {
   color: #33D68C;
 }
 .AnyTagClassName
 {
   color: #33D68C;
 }
</style>
background-color css

<style>
 a { background-color: #33D68C; }

 a { background-color: rgb(51,214,140); }

 div.DivClassName
 {
   background-color: #33D68C;
 }
 .BgClassName
 {
   background-color: #33D68C;
 }
</style>
border-color css

<style>
 span { border-color: #33D68C; }

 span { border-color: rgb(51,214,140); }

 td.TdClassName
 {
   border-color: #33D68C;
 }
 .TagClassName
 {
   border-color: #33D68C;
 }
</style>