#52C26B

Color #52C26B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #52C26B

Tints of Emerald #52C26B

Color information

#52C26B (or 0x52C26B) is unknown color: approx Emerald. HEX triplet: 52, C2 and 6B. RGB value is (82,194,107). Sum of RGB (Red+Green+Blue) = 82+194+107=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #52C26B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C26B is #AD3D94. Grayscale: #969696. Windows color (decimal): -11353493 or 7062098. OLE color: 7062098.

HSL color Cylindrical-coordinate representation of color #52C26B: hue angle of 133.39º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C26B is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB82194107-
CMYK0.5800.450.24
HSL133.39º47.86%54.12%-
HSV(B)133.39º57.73%76.08%-
XYZ25.4341.4420.57-
YUV150.59103.3979.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 194 (76.17% from 255) = 50.65%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=21.41%
G=50.65%
B=27.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821941070.5800.450.24133.3947.8654.12
Hex52C26B3A02D18853036
Octal12230215372055302056066
Binary101001011000010110101111101001011011100010000101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,194,107); }

 H1.HeaderClassName
 {
   color: #52C26B;
 }
 .AnyTagClassName
 {
   color: #52C26B;
 }
</style>
background-color css

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

 a { background-color: rgb(82,194,107); }

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

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

 span { border-color: rgb(82,194,107); }

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