#52C274

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

Shades of Emerald #52C274

Tints of Emerald #52C274

Color information

#52C274 (or 0x52C274) is unknown color: approx Emerald. HEX triplet: 52, C2 and 74. RGB value is (82,194,116). Sum of RGB (Red+Green+Blue) = 82+194+116=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #52C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C274 is #AD3D8B. Grayscale: #979797. Windows color (decimal): -11353484 or 7651922. OLE color: 7651922.

HSL color Cylindrical-coordinate representation of color #52C274: hue angle of 138.21º 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 #52C274 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB82194116-
CMYK0.5800.400.24
HSL138.21º47.86%54.12%-
HSV(B)138.21º57.73%76.08%-
XYZ25.9241.6423.19-
YUV151.62107.8978.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.92%
GREEN value IS 194 (76.17% from 255) = 49.49%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=20.92%
G=49.49%
B=29.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821941160.5800.400.24138.2147.8654.12
Hex52C2743A028188a3036
Octal12230216472050302126066
Binary101001011000010111010011101001010001100010001010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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