#52C77E

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

Shades of Emerald #52C77E

Tints of Emerald #52C77E

Color information

#52C77E (or 0x52C77E) is unknown color: approx Emerald. HEX triplet: 52, C7 and 7E. RGB value is (82,199,126). Sum of RGB (Red+Green+Blue) = 82+199+126=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #52C77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C77E is #AD3881. Grayscale: #9B9B9B. Windows color (decimal): -11352194 or 8308562. OLE color: 8308562.

HSL color Cylindrical-coordinate representation of color #52C77E: hue angle of 142.56º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C77E is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB82199126-
CMYK0.5900.370.22
HSL142.56º51.09%55.1%-
HSV(B)142.56º58.79%78.04%-
XYZ27.6744.1526.8-
YUV155.7111.2475.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 199 (78.12% from 255) = 48.89%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=20.15%
G=48.89%
B=30.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821991260.5900.370.22142.5651.0955.1
Hex52C77E3B025168f3337
Octal12230717673045262176367
Binary101001011000111111111011101101001011011010001111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,199,126); }

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

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

 a { background-color: rgb(82,199,126); }

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

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

 span { border-color: rgb(82,199,126); }

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