#33dd6c

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

Shades of Emerald #33DD6C

Tints of Emerald #33DD6C

Color information

#33DD6C (or 0x33DD6C) is unknown color: approx Emerald. HEX triplet: 33, DD and 6C. RGB value is (51,221,108). Sum of RGB (Red+Green+Blue) = 51+221+108=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD6C is #CC2293. Grayscale: #9D9D9D. Windows color (decimal): -13378196 or 7134515. OLE color: 7134515.

HSL color Cylindrical-coordinate representation of color #33DD6C: hue angle of 140.12º 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 #33DD6C is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB51221108-
CMYK0.7700.510.13
HSL140.12º71.43%53.33%-
HSV(B)140.12º76.92%86.67%-
XYZ29.9353.522.94-
YUV157.29100.1852.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.42%
GREEN value IS 221 (86.72% from 255) = 58.16%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=13.42%
G=58.16%
B=28.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal512211080.7700.510.13140.1271.4353.33
Hex33DD6C4D033D8c4735
Octal633351541150631521410765
Binary110011110111011101100100110101100111101100011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33dd6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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