#33D66A

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

Shades of Emerald #33D66A

Tints of Emerald #33D66A

Color information

#33D66A (or 0x33D66A) is unknown color: approx Emerald. HEX triplet: 33, D6 and 6A. RGB value is (51,214,106). Sum of RGB (Red+Green+Blue) = 51+214+106=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #33D66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D66A is #CC2995. Grayscale: #999999. Windows color (decimal): -13379990 or 7001651. OLE color: 7001651.

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

Color convert

RGB51214106-
CMYK0.7600.500.16
HSL140.25º66.53%51.96%-
HSV(B)140.25º76.17%83.92%-
XYZ28.0149.8421.78-
YUV152.95101.555.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 214 (83.98% from 255) = 57.68%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=13.75%
G=57.68%
B=28.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512141060.7600.500.16140.2566.5351.96
Hex33D66A4C032108c4334
Octal633261521140622021410364
Binary1100111101011011010101001100011001010000100011001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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