Html Css Color HEX #52D55E Emerald

📋 copy color: '#52D55E'

red 82 ◦ green 213 ◦ blue 94

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

Shades of Emerald #52D55E

Tints of Emerald #52D55E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.76%

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 21.08%
G = 54.76%
B = 24.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#52D55E (or 0x52D55E) is known color: Emerald. HEX triplet: 52, D5 and 5E. RGB value is (82,213,94). Sum of RGB (Red+Green+Blue) = 82+213+94=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #52D55E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D55E is #AD2AA1. Grayscale: #A0A0A0. Windows color (decimal): -11348642 or 6214994. OLE color: 6214994.

HSL color Cylindrical-coordinate representation of color #52D55E: hue angle of 125.5º degrees, saturation: 0.61, 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 #52D55E is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 213 94 -
CMYK 0.62 0 0.56 0.16
HSL 125.5º 0.61% 0.58% -
HSV(B) 125.5º 0.62% 0.84% -
XYZ 29.29 50.19 18.73 -
YUV 160.27 90.6 72.18 -
System Red Green Blue C M Y K H S L
Decimal 82 213 94 0.62 0 0.56 0.16 125.5 0.61 0.58
Hex 52 D5 5E 3E 0 38 10 7D 3D 3A
Octal 122 325 136 76 0 70 20 175 75 72
Binary 1010010 11010101 1011110 111110 0 111000 10000 1111101 111101 111010

Color Harmonies of #52D55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D55E

Black with #52D55E

Text Example


Text Example

White with #52D55E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,213,94); }

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

background-color css

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

 a { background-color: rgb(82,213,94); }

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

border-color css

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

 span { border-color: rgb(82,213,94); }

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