#53C460

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

Shades of Fern #53C460

Tints of Fern #53C460

Color information

#53C460 (or 0x53C460) is unknown color: approx Fern. HEX triplet: 53, C4 and 60. RGB value is (83,196,96). Sum of RGB (Red+Green+Blue) = 83+196+96=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 196 (76.95% from 255 or 52.27% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 196 - color contains mainly: green. Hex color #53C460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C460 is #AC3B9F. Grayscale: #979797. Windows color (decimal): -11287456 or 6341715. OLE color: 6341715.

HSL color Cylindrical-coordinate representation of color #53C460: hue angle of 126.9º 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 #53C460 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB8319696-
CMYK0.5800.510.23
HSL126.9º48.92%54.71%-
HSV(B)126.9º57.65%76.86%-
XYZ25.4242.1617.86-
YUV150.8197.0679.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 196 (76.95% from 255) = 52.27%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=22.13%
G=52.27%
B=25.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83196960.5800.510.23126.948.9254.71
Hex53C4603A033177f3137
Octal12330414072063271776167
Binary10100111100010011000001110100110011101111111111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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