Html Css Color HEX #52E27A Emerald

📋 copy color: '#52E27A'

red 82 ◦ green 226 ◦ blue 122

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

Shades of Emerald #52E27A

Tints of Emerald #52E27A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.56%

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

R = 19.07%
G = 52.56%
B = 28.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#52E27A (or 0x52E27A) is known color: Emerald. HEX triplet: 52, E2 and 7A. RGB value is (82,226,122). Sum of RGB (Red+Green+Blue) = 82+226+122=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #52E27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E27A is #AD1D85. Grayscale: #ABABAB. Windows color (decimal): -11345286 or 8053330. OLE color: 8053330.

HSL color Cylindrical-coordinate representation of color #52E27A: hue angle of 136.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E27A is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 226 122 -
CMYK 0.64 0 0.46 0.11
HSL 136.67º 0.71% 0.6% -
HSV(B) 136.67º 0.64% 0.89% -
XYZ 34.19 57.59 27.73 -
YUV 171.09 100.29 64.46 -
System Red Green Blue C M Y K H S L
Decimal 82 226 122 0.64 0 0.46 0.11 136.67 0.71 0.6
Hex 52 E2 7A 40 0 2E B 89 47 3C
Octal 122 342 172 100 0 56 13 211 107 74
Binary 1010010 11100010 1111010 1000000 0 101110 1011 10001001 1000111 111100

Color Harmonies of #52E27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E27A

Black with #52E27A

Text Example


Text Example

White with #52E27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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