#53C164

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

Shades of Fern #53C164

Tints of Fern #53C164

Color information

#53C164 (or 0x53C164) is unknown color: approx Fern. HEX triplet: 53, C1 and 64. RGB value is (83,193,100). Sum of RGB (Red+Green+Blue) = 83+193+100=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #53C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C164 is #AC3E9B. Grayscale: #959595. Windows color (decimal): -11288220 or 6603091. OLE color: 6603091.

HSL color Cylindrical-coordinate representation of color #53C164: hue angle of 129.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C164 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB83193100-
CMYK0.5700.480.24
HSL129.27º47.01%54.12%-
HSV(B)129.27º56.99%75.69%-
XYZ24.9440.918.64-
YUV149.51100.0680.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 193 (75.78% from 255) = 51.33%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=22.07%
G=51.33%
B=26.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831931000.5700.480.24129.2747.0154.12
Hex53C1643903018812f36
Octal12330114471060302015766
Binary101001111000001110010011100101100001100010000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,193,100); }

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

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

 a { background-color: rgb(83,193,100); }

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

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

 span { border-color: rgb(83,193,100); }

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