Html Css Color HEX #52E068 Emerald

📋 copy color: '#52E068'

red 82 ◦ green 224 ◦ blue 104

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

Shades of Emerald #52E068

Tints of Emerald #52E068

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.63%

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

R = 20%
G = 54.63%
B = 25.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#52E068 (or 0x52E068) is known color: Emerald. HEX triplet: 52, E0 and 68. RGB value is (82,224,104). Sum of RGB (Red+Green+Blue) = 82+224+104=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #52E068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E068 is #AD1F97. Grayscale: #A8A8A8. Windows color (decimal): -11345816 or 6873170. OLE color: 6873170.

HSL color Cylindrical-coordinate representation of color #52E068: hue angle of 129.3º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E068 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 104 -
CMYK 0.63 0 0.54 0.12
HSL 129.3º 0.7% 0.6% -
HSV(B) 129.3º 0.63% 0.88% -
XYZ 32.63 56.1 22.21 -
YUV 167.86 91.96 66.76 -
System Red Green Blue C M Y K H S L
Decimal 82 224 104 0.63 0 0.54 0.12 129.3 0.7 0.6
Hex 52 E0 68 3F 0 36 C 81 46 3C
Octal 122 340 150 77 0 66 14 201 106 74
Binary 1010010 11100000 1101000 111111 0 110110 1100 10000001 1000110 111100

Color Harmonies of #52E068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E068

Black with #52E068

Text Example


Text Example

White with #52E068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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