#53C155

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

Shades of Fern #53C155

Tints of Fern #53C155

Color information

#53C155 (or 0x53C155) is unknown color: approx Fern. HEX triplet: 53, C1 and 55. RGB value is (83,193,85). Sum of RGB (Red+Green+Blue) = 83+193+85=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #53C155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C155 is #AC3EAA. Grayscale: #949494. Windows color (decimal): -11288235 or 5620051. OLE color: 5620051.

HSL color Cylindrical-coordinate representation of color #53C155: hue angle of 121.09º 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 #53C155 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB8319385-
CMYK0.5700.560.24
HSL121.09º47.01%54.12%-
HSV(B)121.09º56.99%75.69%-
XYZ24.2840.6315.16-
YUV147.892.5681.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 193 (75.78% from 255) = 53.46%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=22.99%
G=53.46%
B=23.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83193850.5700.560.24121.0947.0154.12
Hex53C1553903818792f36
Octal12330112571070301715766
Binary10100111100000110101011110010111000110001111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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