Html Css Color HEX #33DD70 Emerald

📋 copy color: '#33DD70'

red 51 ◦ green 221 ◦ blue 112

#33DD70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #33DD70

Tints of Emerald #33DD70

RGB

 RED value IS 51 (20.31% from 255) = 13.28%

 GREEN value IS 221 (86.72% from 255) = 57.55%

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 13.28%
G = 57.55%
B = 29.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#33DD70 (or 0x33DD70) is known color: Emerald. HEX triplet: 33, DD and 70. RGB value is (51,221,112). Sum of RGB (Red+Green+Blue) = 51+221+112=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD70 is #CC228F. Grayscale: #9E9E9E. Windows color (decimal): -13378192 or 7396659. OLE color: 7396659.

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

Color convert

RGB 51 221 112 -
CMYK 0.77 0 0.49 0.13
HSL 141.53º 0.71% 0.53% -
HSV(B) 141.53º 0.77% 0.87% -
XYZ 30.15 53.59 24.08 -
YUV 157.74 102.18 51.86 -
System Red Green Blue C M Y K H S L
Decimal 51 221 112 0.77 0 0.49 0.13 141.53 0.71 0.53
Hex 33 DD 70 4D 0 31 D 8E 47 35
Octal 63 335 160 115 0 61 15 216 107 65
Binary 110011 11011101 1110000 1001101 0 110001 1101 10001110 1000111 110101

Color Harmonies of #33DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD70

Black with #33DD70

Text Example


Text Example

White with #33DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33DD70;
 }
 .AnyTagClassName
 {
   color: #33DD70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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