#53CD65

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

Shades of Emerald #53CD65

Tints of Emerald #53CD65

Color information

#53CD65 (or 0x53CD65) is unknown color: approx Emerald. HEX triplet: 53, CD and 65. RGB value is (83,205,101). Sum of RGB (Red+Green+Blue) = 83+205+101=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CD65 is #AC329A. Grayscale: #9C9C9C. Windows color (decimal): -11285147 or 6671699. OLE color: 6671699.

HSL color Cylindrical-coordinate representation of color #53CD65: hue angle of 128.85º degrees, saturation: 0.55, 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 #53CD65 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB83205101-
CMYK0.6000.510.20
HSL128.85º54.95%56.47%-
HSV(B)128.85º59.51%80.39%-
XYZ27.7546.4419.81-
YUV156.6796.5875.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 205 (80.47% from 255) = 52.70%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=21.34%
G=52.70%
B=25.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832051010.6000.510.20128.8554.9556.47
Hex53CD653C03314813738
Octal12331514574063242016770
Binary101001111001101110010111110001100111010010000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CD65; }

 p { color: rgb(83,205,101); }

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

<style>
 a { background-color: #53CD65; }

 a { background-color: rgb(83,205,101); }

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

<style>
 span { border-color: #53CD65; }

 span { border-color: rgb(83,205,101); }

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