Html Css Color HEX #52CE7A Emerald

📋 copy color: '#52CE7A'

red 82 ◦ green 206 ◦ blue 122

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

Shades of Emerald #52CE7A

Tints of Emerald #52CE7A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.24%

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 20%
G = 50.24%
B = 29.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#52CE7A (or 0x52CE7A) is known color: Emerald. HEX triplet: 52, CE and 7A. RGB value is (82,206,122). Sum of RGB (Red+Green+Blue) = 82+206+122=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE7A is #AD3185. Grayscale: #9F9F9F. Windows color (decimal): -11350406 or 8048210. OLE color: 8048210.

HSL color Cylindrical-coordinate representation of color #52CE7A: hue angle of 139.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE7A is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 122 -
CMYK 0.60 0 0.41 0.19
HSL 139.35º 0.56% 0.56% -
HSV(B) 139.35º 0.6% 0.81% -
XYZ 29.06 47.34 26.02 -
YUV 159.35 106.92 72.83 -
System Red Green Blue C M Y K H S L
Decimal 82 206 122 0.60 0 0.41 0.19 139.35 0.56 0.56
Hex 52 CE 7A 3C 0 29 13 8B 38 38
Octal 122 316 172 74 0 51 23 213 70 70
Binary 1010010 11001110 1111010 111100 0 101001 10011 10001011 111000 111000

Color Harmonies of #52CE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE7A

Black with #52CE7A

Text Example


Text Example

White with #52CE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,122); }

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

background-color css

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

 a { background-color: rgb(82,206,122); }

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

border-color css

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

 span { border-color: rgb(82,206,122); }

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