Html Css Color HEX #33DA7D Emerald

📋 copy color: '#33DA7D'

red 51 ◦ green 218 ◦ blue 125

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

Shades of Emerald #33DA7D

Tints of Emerald #33DA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.33%

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

R = 12.94%
G = 55.33%
B = 31.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#33DA7D (or 0x33DA7D) is known color: Emerald. HEX triplet: 33, DA and 7D. RGB value is (51,218,125). Sum of RGB (Red+Green+Blue) = 51+218+125=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #33DA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DA7D is #CC2582. Grayscale: #9D9D9D. Windows color (decimal): -13378947 or 8247859. OLE color: 8247859.

HSL color Cylindrical-coordinate representation of color #33DA7D: hue angle of 146.59º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DA7D is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 218 125 -
CMYK 0.77 0 0.43 0.15
HSL 146.59º 0.69% 0.53% -
HSV(B) 146.59º 0.77% 0.85% -
XYZ 30.14 52.33 27.91 -
YUV 157.47 109.67 52.06 -
System Red Green Blue C M Y K H S L
Decimal 51 218 125 0.77 0 0.43 0.15 146.59 0.69 0.53
Hex 33 DA 7D 4D 0 2B F 93 45 35
Octal 63 332 175 115 0 53 17 223 105 65
Binary 110011 11011010 1111101 1001101 0 101011 1111 10010011 1000101 110101

Color Harmonies of #33DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DA7D

Black with #33DA7D

Text Example


Text Example

White with #33DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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