#33DD68

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

Shades of Emerald #33DD68

Tints of Emerald #33DD68

Color information

#33DD68 (or 0x33DD68) is unknown color: approx Emerald. HEX triplet: 33, DD and 68. RGB value is (51,221,104). Sum of RGB (Red+Green+Blue) = 51+221+104=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD68 is #CC2297. Grayscale: #9D9D9D. Windows color (decimal): -13378200 or 6872371. OLE color: 6872371.

HSL color Cylindrical-coordinate representation of color #33DD68: hue angle of 138.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD68 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB51221104-
CMYK0.7700.530.13
HSL138.71º71.43%53.33%-
HSV(B)138.71º76.92%86.67%-
XYZ29.7253.4221.84-
YUV156.8398.1852.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 221 (86.72% from 255) = 58.78%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=13.56%
G=58.78%
B=27.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512211040.7700.530.13138.7171.4353.33
Hex33DD684D035D8b4735
Octal633351501150651521310765
Binary110011110111011101000100110101101011101100010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,221,104); }

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

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

 a { background-color: rgb(51,221,104); }

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

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

 span { border-color: rgb(51,221,104); }

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