Html Css Color HEX #53E085 Emerald

📋 copy color: '#53E085'

red 83 ◦ green 224 ◦ blue 133

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

Shades of Emerald #53E085

Tints of Emerald #53E085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.91%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 18.86%
G = 50.91%
B = 30.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#53E085 (or 0x53E085) is known color: Emerald. HEX triplet: 53, E0 and 85. RGB value is (83,224,133). Sum of RGB (Red+Green+Blue) = 83+224+133=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #53E085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E085 is #AC1F7A. Grayscale: #ABABAB. Windows color (decimal): -11280251 or 8773715. OLE color: 8773715.

HSL color Cylindrical-coordinate representation of color #53E085: hue angle of 141.28º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E085 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 224 133 -
CMYK 0.63 0 0.41 0.12
HSL 141.28º 0.69% 0.6% -
HSV(B) 141.28º 0.63% 0.88% -
XYZ 34.46 56.84 31.35 -
YUV 171.47 106.29 64.9 -
System Red Green Blue C M Y K H S L
Decimal 83 224 133 0.63 0 0.41 0.12 141.28 0.69 0.6
Hex 53 E0 85 3F 0 29 C 8D 45 3C
Octal 123 340 205 77 0 51 14 215 105 74
Binary 1010011 11100000 10000101 111111 0 101001 1100 10001101 1000101 111100

Color Harmonies of #53E085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E085

Black with #53E085

Text Example


Text Example

White with #53E085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,224,133); }

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

background-color css

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

 a { background-color: rgb(83,224,133); }

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

border-color css

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

 span { border-color: rgb(83,224,133); }

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