Html Css Color HEX #53D272 Emerald

📋 copy color: '#53D272'

red 83 ◦ green 210 ◦ blue 114

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

Shades of Emerald #53D272

Tints of Emerald #53D272

RGB

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

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

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

R = 20.39%
G = 51.6%
B = 28.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#53D272 (or 0x53D272) is known color: Emerald. HEX triplet: 53, D2 and 72. RGB value is (83,210,114). Sum of RGB (Red+Green+Blue) = 83+210+114=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #53D272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D272 is #AC2D8D. Grayscale: #A1A1A1. Windows color (decimal): -11283854 or 7524947. OLE color: 7524947.

HSL color Cylindrical-coordinate representation of color #53D272: hue angle of 134.65º 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 #53D272 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 114 -
CMYK 0.60 0 0.46 0.18
HSL 134.65º 0.59% 0.57% -
HSV(B) 134.65º 0.6% 0.82% -
XYZ 29.65 49.15 23.84 -
YUV 161.08 101.42 72.31 -
System Red Green Blue C M Y K H S L
Decimal 83 210 114 0.60 0 0.46 0.18 134.65 0.59 0.57
Hex 53 D2 72 3C 0 2E 12 87 3B 39
Octal 123 322 162 74 0 56 22 207 73 71
Binary 1010011 11010010 1110010 111100 0 101110 10010 10000111 111011 111001

Color Harmonies of #53D272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D272

Black with #53D272

Text Example


Text Example

White with #53D272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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