#33D69F

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

Shades of Shamrock #33D69F

Tints of Shamrock #33D69F

Color information

#33D69F (or 0x33D69F) is unknown color: approx Shamrock. HEX triplet: 33, D6 and 9F. RGB value is (51,214,159). Sum of RGB (Red+Green+Blue) = 51+214+159=424 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.03% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #33D69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D69F is #CC2960. Grayscale: #9F9F9F. Windows color (decimal): -13379937 or 10475059. OLE color: 10475059.

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

Color convert

RGB51214159-
CMYK0.7600.260.16
HSL159.75º66.53%51.96%-
HSV(B)159.75º76.17%83.92%-
XYZ31.6751.341.03-
YUV158.9912850.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.03%
GREEN value IS 214 (83.98% from 255) = 50.47%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=12.03%
G=50.47%
B=37.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512141590.7600.260.16159.7566.5351.96
Hex33D69F4C01A10a04334
Octal633262371140322024010364
Binary1100111101011010011111100110001101010000101000001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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