Html Css Color HEX #53E985 Emerald

📋 copy color: '#53E985'

red 83 ◦ green 233 ◦ blue 133

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

Shades of Emerald #53E985

Tints of Emerald #53E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.89%

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

R = 18.49%
G = 51.89%
B = 29.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#53E985 (or 0x53E985) is known color: Emerald. HEX triplet: 53, E9 and 85. RGB value is (83,233,133). Sum of RGB (Red+Green+Blue) = 83+233+133=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #53E985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E985 is #AC167A. Grayscale: #B1B1B1. Windows color (decimal): -11277947 or 8776019. OLE color: 8776019.

HSL color Cylindrical-coordinate representation of color #53E985: hue angle of 140º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E985 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 233 133 -
CMYK 0.64 0 0.43 0.09
HSL 140º 0.77% 0.62% -
HSV(B) 140º 0.64% 0.91% -
XYZ 36.94 61.81 32.17 -
YUV 176.75 103.31 61.13 -
System Red Green Blue C M Y K H S L
Decimal 83 233 133 0.64 0 0.43 0.09 140 0.77 0.62
Hex 53 E9 85 40 0 2B 9 8C 4D 3E
Octal 123 351 205 100 0 53 11 214 115 76
Binary 1010011 11101001 10000101 1000000 0 101011 1001 10001100 1001101 111110

Color Harmonies of #53E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E985

Black with #53E985

Text Example


Text Example

White with #53E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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