Html Css Color HEX #53D26A Emerald

📋 copy color: '#53D26A'

red 83 ◦ green 210 ◦ blue 106

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

Shades of Emerald #53D26A

Tints of Emerald #53D26A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.63%

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 20.8%
G = 52.63%
B = 26.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#53D26A (or 0x53D26A) is known color: Emerald. HEX triplet: 53, D2 and 6A. RGB value is (83,210,106). Sum of RGB (Red+Green+Blue) = 83+210+106=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #53D26A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D26A is #AC2D95. Grayscale: #A0A0A0. Windows color (decimal): -11283862 or 7000659. OLE color: 7000659.

HSL color Cylindrical-coordinate representation of color #53D26A: hue angle of 130.87º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D26A is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 106 -
CMYK 0.60 0 0.50 0.18
HSL 130.87º 0.59% 0.57% -
HSV(B) 130.87º 0.6% 0.82% -
XYZ 29.22 48.97 21.55 -
YUV 160.17 97.42 72.96 -
System Red Green Blue C M Y K H S L
Decimal 83 210 106 0.60 0 0.50 0.18 130.87 0.59 0.57
Hex 53 D2 6A 3C 0 32 12 83 3B 39
Octal 123 322 152 74 0 62 22 203 73 71
Binary 1010011 11010010 1101010 111100 0 110010 10010 10000011 111011 111001

Color Harmonies of #53D26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D26A

Black with #53D26A

Text Example


Text Example

White with #53D26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,210,106); }

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

background-color css

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

 a { background-color: rgb(83,210,106); }

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

border-color css

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

 span { border-color: rgb(83,210,106); }

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