#53C463

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

Shades of Fern #53C463

Tints of Fern #53C463

Color information

#53C463 (or 0x53C463) is unknown color: approx Fern. HEX triplet: 53, C4 and 63. RGB value is (83,196,99). Sum of RGB (Red+Green+Blue) = 83+196+99=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #53C463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C463 is #AC3B9C. Grayscale: #979797. Windows color (decimal): -11287453 or 6538323. OLE color: 6538323.

HSL color Cylindrical-coordinate representation of color #53C463: hue angle of 128.5º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C463 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB8319699-
CMYK0.5800.490.23
HSL128.5º48.92%54.71%-
HSV(B)128.5º57.65%76.86%-
XYZ25.5642.2218.61-
YUV151.1698.5679.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.96%
GREEN value IS 196 (76.95% from 255) = 51.85%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=21.96%
G=51.85%
B=26.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83196990.5800.490.23128.548.9254.71
Hex53C4633A03117803137
Octal12330414372061272006167
Binary101001111000100110001111101001100011011110000000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,196,99); }

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

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

 a { background-color: rgb(83,196,99); }

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

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

 span { border-color: rgb(83,196,99); }

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