#53CB65

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

Shades of Emerald #53CB65

Tints of Emerald #53CB65

Color information

#53CB65 (or 0x53CB65) is unknown color: approx Emerald. HEX triplet: 53, CB and 65. RGB value is (83,203,101). Sum of RGB (Red+Green+Blue) = 83+203+101=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CB65 is #AC349A. Grayscale: #9B9B9B. Windows color (decimal): -11285659 or 6671187. OLE color: 6671187.

HSL color Cylindrical-coordinate representation of color #53CB65: hue angle of 129º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CB65 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB83203101-
CMYK0.5900.500.20
HSL129º53.57%56.08%-
HSV(B)129º59.11%79.61%-
XYZ27.2745.4919.66-
YUV155.4997.2476.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 203 (79.69% from 255) = 52.45%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=21.45%
G=52.45%
B=26.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031010.5900.500.2012953.5756.08
Hex53CB653B03214813638
Octal12331314573062242016670
Binary101001111001011110010111101101100101010010000001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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