Html Css Color HEX #53DD7D Emerald

📋 copy color: '#53DD7D'

red 83 ◦ green 221 ◦ blue 125

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

Shades of Emerald #53DD7D

Tints of Emerald #53DD7D

RGB

 RED value IS 83 (32.81% from 255) = 19.35%

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

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

R = 19.35%
G = 51.52%
B = 29.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#53DD7D (or 0x53DD7D) is known color: Emerald. HEX triplet: 53, DD and 7D. RGB value is (83,221,125). Sum of RGB (Red+Green+Blue) = 83+221+125=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DD7D is #AC2282. Grayscale: #A9A9A9. Windows color (decimal): -11281027 or 8248659. OLE color: 8248659.

HSL color Cylindrical-coordinate representation of color #53DD7D: hue angle of 138.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DD7D is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 221 125 -
CMYK 0.62 0 0.43 0.13
HSL 138.26º 0.67% 0.6% -
HSV(B) 138.26º 0.62% 0.87% -
XYZ 33.13 55.03 28.28 -
YUV 168.79 103.28 66.81 -
System Red Green Blue C M Y K H S L
Decimal 83 221 125 0.62 0 0.43 0.13 138.26 0.67 0.6
Hex 53 DD 7D 3E 0 2B D 8A 43 3C
Octal 123 335 175 76 0 53 15 212 103 74
Binary 1010011 11011101 1111101 111110 0 101011 1101 10001010 1000011 111100

Color Harmonies of #53DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DD7D

Black with #53DD7D

Text Example


Text Example

White with #53DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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