Html Css Color HEX #52E368 Emerald

📋 copy color: '#52E368'

red 82 ◦ green 227 ◦ blue 104

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

Shades of Emerald #52E368

Tints of Emerald #52E368

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.96%

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 19.85%
G = 54.96%
B = 25.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#52E368 (or 0x52E368) is known color: Emerald. HEX triplet: 52, E3 and 68. RGB value is (82,227,104). Sum of RGB (Red+Green+Blue) = 82+227+104=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #52E368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E368 is #AD1C97. Grayscale: #A9A9A9. Windows color (decimal): -11345048 or 6873938. OLE color: 6873938.

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

Color convert

RGB 82 227 104 -
CMYK 0.64 0 0.54 0.11
HSL 129.1º 0.72% 0.61% -
HSV(B) 129.1º 0.64% 0.89% -
XYZ 33.45 57.73 22.48 -
YUV 169.62 90.96 65.5 -
System Red Green Blue C M Y K H S L
Decimal 82 227 104 0.64 0 0.54 0.11 129.1 0.72 0.61
Hex 52 E3 68 40 0 36 B 81 48 3D
Octal 122 343 150 100 0 66 13 201 110 75
Binary 1010010 11100011 1101000 1000000 0 110110 1011 10000001 1001000 111101

Color Harmonies of #52E368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E368

Black with #52E368

Text Example


Text Example

White with #52E368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,227,104); }

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

background-color css

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

 a { background-color: rgb(82,227,104); }

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

border-color css

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

 span { border-color: rgb(82,227,104); }

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