#52CB62

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

Shades of Emerald #52CB62

Tints of Emerald #52CB62

Color information

#52CB62 (or 0x52CB62) is unknown color: approx Emerald. HEX triplet: 52, CB and 62. RGB value is (82,203,98). Sum of RGB (Red+Green+Blue) = 82+203+98=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CB62 is #AD349D. Grayscale: #9B9B9B. Windows color (decimal): -11351198 or 6474578. OLE color: 6474578.

HSL color Cylindrical-coordinate representation of color #52CB62: hue angle of 127.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CB62 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB8220398-
CMYK0.6000.520.20
HSL127.93º53.78%55.88%-
HSV(B)127.93º59.61%79.61%-
XYZ27.0445.3918.89-
YUV154.8595.9176.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.41%
GREEN value IS 203 (79.69% from 255) = 53.00%
BLUE value IS 98 (38.67% from 255) = 25.59%
R=21.41%
G=53.00%
B=25.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82203980.6000.520.20127.9353.7855.88
Hex52CB623C03414803638
Octal12231314274064242006670
Binary101001011001011110001011110001101001010010000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,203,98); }

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

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

 a { background-color: rgb(82,203,98); }

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

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

 span { border-color: rgb(82,203,98); }

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