Html Css Color HEX #53C277 Emerald

📋 copy color: '#53C277'

red 83 ◦ green 194 ◦ blue 119

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

Shades of Emerald #53C277

Tints of Emerald #53C277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 20.96%
G = 48.99%
B = 30.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#53C277 (or 0x53C277) is known color: Emerald. HEX triplet: 53, C2 and 77. RGB value is (83,194,119). Sum of RGB (Red+Green+Blue) = 83+194+119=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #53C277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C277 is #AC3D88. Grayscale: #989898. Windows color (decimal): -11287945 or 7848531. OLE color: 7848531.

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

Color convert

RGB 83 194 119 -
CMYK 0.57 0 0.39 0.24
HSL 139.46º 0.48% 0.54% -
HSV(B) 139.46º 0.57% 0.76% -
XYZ 26.19 41.75 24.13 -
YUV 152.26 109.23 78.6 -
System Red Green Blue C M Y K H S L
Decimal 83 194 119 0.57 0 0.39 0.24 139.46 0.48 0.54
Hex 53 C2 77 39 0 27 18 8B 30 36
Octal 123 302 167 71 0 47 30 213 60 66
Binary 1010011 11000010 1110111 111001 0 100111 11000 10001011 110000 110110

Color Harmonies of #53C277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C277

Black with #53C277

Text Example


Text Example

White with #53C277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,194,119); }

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

background-color css

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

 a { background-color: rgb(83,194,119); }

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

border-color css

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

 span { border-color: rgb(83,194,119); }

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