Html Css Color HEX #52D65D Emerald

📋 copy color: '#52D65D'

red 82 ◦ green 214 ◦ blue 93

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

Shades of Emerald #52D65D

Tints of Emerald #52D65D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.01%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 21.08%
G = 55.01%
B = 23.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#52D65D (or 0x52D65D) is known color: Emerald. HEX triplet: 52, D6 and 5D. RGB value is (82,214,93). Sum of RGB (Red+Green+Blue) = 82+214+93=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #52D65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D65D is #AD29A2. Grayscale: #A1A1A1. Windows color (decimal): -11348387 or 6149714. OLE color: 6149714.

HSL color Cylindrical-coordinate representation of color #52D65D: hue angle of 125º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D65D is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 93 -
CMYK 0.62 0 0.57 0.16
HSL 125º 0.62% 0.58% -
HSV(B) 125º 0.62% 0.84% -
XYZ 29.5 50.68 18.58 -
YUV 160.74 89.77 71.84 -
System Red Green Blue C M Y K H S L
Decimal 82 214 93 0.62 0 0.57 0.16 125 0.62 0.58
Hex 52 D6 5D 3E 0 39 10 7D 3E 3A
Octal 122 326 135 76 0 71 20 175 76 72
Binary 1010010 11010110 1011101 111110 0 111001 10000 1111101 111110 111010

Color Harmonies of #52D65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D65D

Black with #52D65D

Text Example


Text Example

White with #52D65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,214,93); }

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

background-color css

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

 a { background-color: rgb(82,214,93); }

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

border-color css

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

 span { border-color: rgb(82,214,93); }

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