Html Css Color HEX #53C375 Emerald

📋 copy color: '#53C375'

red 83 ◦ green 195 ◦ blue 117

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

Shades of Emerald #53C375

Tints of Emerald #53C375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.37%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 21.01%
G = 49.37%
B = 29.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#53C375 (or 0x53C375) is known color: Emerald. HEX triplet: 53, C3 and 75. RGB value is (83,195,117). Sum of RGB (Red+Green+Blue) = 83+195+117=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #53C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C375 is #AC3C8A. Grayscale: #989898. Windows color (decimal): -11287691 or 7717715. OLE color: 7717715.

HSL color Cylindrical-coordinate representation of color #53C375: hue angle of 138.21º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C375 is Cyan = 0.57, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 195 117 -
CMYK 0.57 0 0.4 0.24
HSL 138.21º 0.48% 0.55% -
HSV(B) 138.21º 0.57% 0.76% -
XYZ 26.29 42.15 23.58 -
YUV 152.62 107.89 78.34 -
System Red Green Blue C M Y K H S L
Decimal 83 195 117 0.57 0 0.4 0.24 138.21 0.48 0.55
Hex 53 C3 75 39 0 28 18 8A 30 37
Octal 123 303 165 71 0 50 30 212 60 67
Binary 1010011 11000011 1110101 111001 0 101000 11000 10001010 110000 110111

Color Harmonies of #53C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C375

Black with #53C375

Text Example


Text Example

White with #53C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,195,117); }

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

background-color css

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

 a { background-color: rgb(83,195,117); }

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

border-color css

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

 span { border-color: rgb(83,195,117); }

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