Html Css Color HEX #53D38F Emerald

📋 copy color: '#53D38F'

red 83 ◦ green 211 ◦ blue 143

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

Shades of Emerald #53D38F

Tints of Emerald #53D38F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.28%

 BLUE value IS 143 (56.25% from 255) = 32.72%

R = 18.99%
G = 48.28%
B = 32.72%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#53D38F (or 0x53D38F) is known color: Emerald. HEX triplet: 53, D3 and 8F. RGB value is (83,211,143). Sum of RGB (Red+Green+Blue) = 83+211+143=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #53D38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D38F is #AC2C70. Grayscale: #A5A5A5. Windows color (decimal): -11283569 or 9425747. OLE color: 9425747.

HSL color Cylindrical-coordinate representation of color #53D38F: hue angle of 148.12º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D38F is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 211 143 -
CMYK 0.61 0 0.32 0.17
HSL 148.13º 0.59% 0.58% -
HSV(B) 148.13º 0.61% 0.83% -
XYZ 31.82 50.41 34.04 -
YUV 164.98 115.59 69.53 -
System Red Green Blue C M Y K H S L
Decimal 83 211 143 0.61 0 0.32 0.17 148.13 0.59 0.58
Hex 53 D3 8F 3D 0 20 11 94 3B 3A
Octal 123 323 217 75 0 40 21 224 73 72
Binary 1010011 11010011 10001111 111101 0 100000 10001 10010100 111011 111010

Color Harmonies of #53D38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D38F

Black with #53D38F

Text Example


Text Example

White with #53D38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,211,143); }

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

background-color css

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

 a { background-color: rgb(83,211,143); }

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

border-color css

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

 span { border-color: rgb(83,211,143); }

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