Html Css Color HEX #52CE65 Emerald

📋 copy color: '#52CE65'

red 82 ◦ green 206 ◦ blue 101

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

Shades of Emerald #52CE65

Tints of Emerald #52CE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 21.08%
G = 52.96%
B = 25.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#52CE65 (or 0x52CE65) is known color: Emerald. HEX triplet: 52, CE and 65. RGB value is (82,206,101). Sum of RGB (Red+Green+Blue) = 82+206+101=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE65 is #AD319A. Grayscale: #9D9D9D. Windows color (decimal): -11350427 or 6671954. OLE color: 6671954.

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

Color convert

RGB 82 206 101 -
CMYK 0.60 0 0.51 0.19
HSL 129.19º 0.56% 0.56% -
HSV(B) 129.19º 0.6% 0.81% -
XYZ 27.9 46.88 19.89 -
YUV 156.95 96.42 74.54 -
System Red Green Blue C M Y K H S L
Decimal 82 206 101 0.60 0 0.51 0.19 129.19 0.56 0.56
Hex 52 CE 65 3C 0 33 13 81 38 38
Octal 122 316 145 74 0 63 23 201 70 70
Binary 1010010 11001110 1100101 111100 0 110011 10011 10000001 111000 111000

Color Harmonies of #52CE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE65

Black with #52CE65

Text Example


Text Example

White with #52CE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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