Html Css Color HEX #53BF82 Emerald

📋 copy color: '#53BF82'

red 83 ◦ green 191 ◦ blue 130

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

Shades of Emerald #53BF82

Tints of Emerald #53BF82

RGB

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

 GREEN value IS 191 (75% from 255) = 47.28%

 BLUE value IS 130 (51.17% from 255) = 32.18%

R = 20.54%
G = 47.28%
B = 32.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#53BF82 (or 0x53BF82) is known color: Emerald. HEX triplet: 53, BF and 82. RGB value is (83,191,130). Sum of RGB (Red+Green+Blue) = 83+191+130=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BF82 is #AC407D. Grayscale: #979797. Windows color (decimal): -11288702 or 8568659. OLE color: 8568659.

HSL color Cylindrical-coordinate representation of color #53BF82: hue angle of 146.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF82 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 191 130 -
CMYK 0.57 0 0.32 0.25
HSL 146.11º 0.46% 0.54% -
HSV(B) 146.11º 0.57% 0.75% -
XYZ 26.23 40.71 27.6 -
YUV 151.75 115.72 78.96 -
System Red Green Blue C M Y K H S L
Decimal 83 191 130 0.57 0 0.32 0.25 146.11 0.46 0.54
Hex 53 BF 82 39 0 20 19 92 2E 36
Octal 123 277 202 71 0 40 31 222 56 66
Binary 1010011 10111111 10000010 111001 0 100000 11001 10010010 101110 110110

Color Harmonies of #53BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BF82

Black with #53BF82

Text Example


Text Example

White with #53BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,191,130); }

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

background-color css

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

 a { background-color: rgb(83,191,130); }

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

border-color css

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

 span { border-color: rgb(83,191,130); }

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