Html Css Color HEX #53CA72 Emerald

📋 copy color: '#53CA72'

red 83 ◦ green 202 ◦ blue 114

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

Shades of Emerald #53CA72

Tints of Emerald #53CA72

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.63%

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 20.8%
G = 50.63%
B = 28.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#53CA72 (or 0x53CA72) is known color: Emerald. HEX triplet: 53, CA and 72. RGB value is (83,202,114). Sum of RGB (Red+Green+Blue) = 83+202+114=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CA72 is #AC358D. Grayscale: #9C9C9C. Windows color (decimal): -11285902 or 7522899. OLE color: 7522899.

HSL color Cylindrical-coordinate representation of color #53CA72: hue angle of 135.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA72 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 114 -
CMYK 0.59 0 0.44 0.21
HSL 135.63º 0.53% 0.56% -
HSV(B) 135.63º 0.59% 0.79% -
XYZ 27.73 45.29 23.2 -
YUV 156.39 104.08 75.66 -
System Red Green Blue C M Y K H S L
Decimal 83 202 114 0.59 0 0.44 0.21 135.63 0.53 0.56
Hex 53 CA 72 3B 0 2C 15 88 35 38
Octal 123 312 162 73 0 54 25 210 65 70
Binary 1010011 11001010 1110010 111011 0 101100 10101 10001000 110101 111000

Color Harmonies of #53CA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CA72

Black with #53CA72

Text Example


Text Example

White with #53CA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,202,114); }

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

background-color css

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

 a { background-color: rgb(83,202,114); }

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

border-color css

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

 span { border-color: rgb(83,202,114); }

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