#33D664

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

Shades of Emerald #33D664

Tints of Emerald #33D664

Color information

#33D664 (or 0x33D664) is unknown color: approx Emerald. HEX triplet: 33, D6 and 64. RGB value is (51,214,100). Sum of RGB (Red+Green+Blue) = 51+214+100=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #33D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D664 is #CC299B. Grayscale: #989898. Windows color (decimal): -13379996 or 6608435. OLE color: 6608435.

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

Color convert

RGB51214100-
CMYK0.7600.530.16
HSL138.04º66.53%51.96%-
HSV(B)138.04º76.17%83.92%-
XYZ27.7149.7220.19-
YUV152.2798.555.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 214 (83.98% from 255) = 58.63%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=13.97%
G=58.63%
B=27.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512141000.7600.530.16138.0466.5351.96
Hex33D6644C035108a4334
Octal633261441140652021210364
Binary1100111101011011001001001100011010110000100010101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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