Html Css Color HEX #33DD7D Emerald

📋 copy color: '#33DD7D'

red 51 ◦ green 221 ◦ blue 125

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

Shades of Emerald #33DD7D

Tints of Emerald #33DD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 12.85%
G = 55.67%
B = 31.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#33DD7D (or 0x33DD7D) is known color: Emerald. HEX triplet: 33, DD and 7D. RGB value is (51,221,125). Sum of RGB (Red+Green+Blue) = 51+221+125=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD7D is #CC2282. Grayscale: #9F9F9F. Windows color (decimal): -13378179 or 8248627. OLE color: 8248627.

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

Color convert

RGB 51 221 125 -
CMYK 0.77 0 0.43 0.13
HSL 146.12º 0.71% 0.53% -
HSV(B) 146.12º 0.77% 0.87% -
XYZ 30.92 53.9 28.18 -
YUV 159.23 108.68 50.81 -
System Red Green Blue C M Y K H S L
Decimal 51 221 125 0.77 0 0.43 0.13 146.12 0.71 0.53
Hex 33 DD 7D 4D 0 2B D 92 47 35
Octal 63 335 175 115 0 53 15 222 107 65
Binary 110011 11011101 1111101 1001101 0 101011 1101 10010010 1000111 110101

Color Harmonies of #33DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD7D

Black with #33DD7D

Text Example


Text Example

White with #33DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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