Html Css Color HEX #53BC74 Emerald

📋 copy color: '#53BC74'

red 83 ◦ green 188 ◦ blue 116

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

Shades of Emerald #53BC74

Tints of Emerald #53BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 21.45%
G = 48.58%
B = 29.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#53BC74 (or 0x53BC74) is known color: Emerald. HEX triplet: 53, BC and 74. RGB value is (83,188,116). Sum of RGB (Red+Green+Blue) = 83+188+116=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC74 is #AC438B. Grayscale: #949494. Windows color (decimal): -11289484 or 7650387. OLE color: 7650387.

HSL color Cylindrical-coordinate representation of color #53BC74: hue angle of 138.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC74 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 116 -
CMYK 0.56 0 0.38 0.26
HSL 138.86º 0.44% 0.53% -
HSV(B) 138.86º 0.56% 0.74% -
XYZ 24.7 39.07 22.76 -
YUV 148.4 109.71 81.35 -
System Red Green Blue C M Y K H S L
Decimal 83 188 116 0.56 0 0.38 0.26 138.86 0.44 0.53
Hex 53 BC 74 38 0 26 1A 8B 2C 35
Octal 123 274 164 70 0 46 32 213 54 65
Binary 1010011 10111100 1110100 111000 0 100110 11010 10001011 101100 110101

Color Harmonies of #53BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC74

Black with #53BC74

Text Example


Text Example

White with #53BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,188,116); }

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

background-color css

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

 a { background-color: rgb(83,188,116); }

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

border-color css

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

 span { border-color: rgb(83,188,116); }

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