Html Css Color HEX #52C075 Emerald

📋 copy color: '#52C075'

red 82 ◦ green 192 ◦ blue 117

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

Shades of Emerald #52C075

Tints of Emerald #52C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.1%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 20.97%
G = 49.1%
B = 29.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#52C075 (or 0x52C075) is known color: Emerald. HEX triplet: 52, C0 and 75. RGB value is (82,192,117). Sum of RGB (Red+Green+Blue) = 82+192+117=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #52C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C075 is #AD3F8A. Grayscale: #969696. Windows color (decimal): -11353995 or 7716946. OLE color: 7716946.

HSL color Cylindrical-coordinate representation of color #52C075: hue angle of 139.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C075 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 117 -
CMYK 0.57 0 0.39 0.25
HSL 139.09º 0.47% 0.54% -
HSV(B) 139.09º 0.57% 0.75% -
XYZ 25.54 40.78 23.35 -
YUV 150.56 109.06 79.1 -
System Red Green Blue C M Y K H S L
Decimal 82 192 117 0.57 0 0.39 0.25 139.09 0.47 0.54
Hex 52 C0 75 39 0 27 19 8B 2F 36
Octal 122 300 165 71 0 47 31 213 57 66
Binary 1010010 11000000 1110101 111001 0 100111 11001 10001011 101111 110110

Color Harmonies of #52C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C075

Black with #52C075

Text Example


Text Example

White with #52C075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,117); }

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

background-color css

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

 a { background-color: rgb(82,192,117); }

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

border-color css

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

 span { border-color: rgb(82,192,117); }

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