Html Css Color HEX #52CE6D Emerald

📋 copy color: '#52CE6D'

red 82 ◦ green 206 ◦ blue 109

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

Shades of Emerald #52CE6D

Tints of Emerald #52CE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 20.65%
G = 51.89%
B = 27.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#52CE6D (or 0x52CE6D) is known color: Emerald. HEX triplet: 52, CE and 6D. RGB value is (82,206,109). Sum of RGB (Red+Green+Blue) = 82+206+109=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE6D is #AD3192. Grayscale: #9E9E9E. Windows color (decimal): -11350419 or 7196242. OLE color: 7196242.

HSL color Cylindrical-coordinate representation of color #52CE6D: hue angle of 133.06º 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 #52CE6D is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 109 -
CMYK 0.60 0 0.47 0.19
HSL 133.06º 0.56% 0.56% -
HSV(B) 133.06º 0.6% 0.81% -
XYZ 28.31 47.04 22.06 -
YUV 157.87 100.42 73.89 -
System Red Green Blue C M Y K H S L
Decimal 82 206 109 0.60 0 0.47 0.19 133.06 0.56 0.56
Hex 52 CE 6D 3C 0 2F 13 85 38 38
Octal 122 316 155 74 0 57 23 205 70 70
Binary 1010010 11001110 1101101 111100 0 101111 10011 10000101 111000 111000

Color Harmonies of #52CE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE6D

Black with #52CE6D

Text Example


Text Example

White with #52CE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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