Html Css Color HEX #52C07E Emerald

📋 copy color: '#52C07E'

red 82 ◦ green 192 ◦ blue 126

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

Shades of Emerald #52C07E

Tints of Emerald #52C07E

RGB

 RED value IS 82 (32.42% from 255) = 20.5%

 GREEN value IS 192 (75.39% from 255) = 48%

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 20.5%
G = 48%
B = 31.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#52C07E (or 0x52C07E) is known color: Emerald. HEX triplet: 52, C0 and 7E. RGB value is (82,192,126). Sum of RGB (Red+Green+Blue) = 82+192+126=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #52C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C07E is #AD3F81. Grayscale: #979797. Windows color (decimal): -11353986 or 8306770. OLE color: 8306770.

HSL color Cylindrical-coordinate representation of color #52C07E: hue angle of 144º degrees, saturation: 0.47, 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 #52C07E is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 126 -
CMYK 0.57 0 0.34 0.25
HSL 144º 0.47% 0.54% -
HSV(B) 144º 0.57% 0.75% -
XYZ 26.1 41 26.28 -
YUV 151.59 113.56 78.37 -
System Red Green Blue C M Y K H S L
Decimal 82 192 126 0.57 0 0.34 0.25 144 0.47 0.54
Hex 52 C0 7E 39 0 22 19 90 2F 36
Octal 122 300 176 71 0 42 31 220 57 66
Binary 1010010 11000000 1111110 111001 0 100010 11001 10010000 101111 110110

Color Harmonies of #52C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C07E

Black with #52C07E

Text Example


Text Example

White with #52C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C07E; }

 p { color: rgb(82,192,126); }

 H1.HeaderClassName
 {
   color: #52C07E;
 }
 .AnyTagClassName
 {
   color: #52C07E;
 }
</style>

background-color css

<style>
 a { background-color: #52C07E; }

 a { background-color: rgb(82,192,126); }

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

border-color css

<style>
 span { border-color: #52C07E; }

 span { border-color: rgb(82,192,126); }

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