#53B864

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

Shades of Fern #53B864

Tints of Fern #53B864

Color information

#53B864 (or 0x53B864) is unknown color: approx Fern. HEX triplet: 53, B8 and 64. RGB value is (83,184,100). Sum of RGB (Red+Green+Blue) = 83+184+100=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #53B864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B864 is #AC479B. Grayscale: #909090. Windows color (decimal): -11290524 or 6600787. OLE color: 6600787.

HSL color Cylindrical-coordinate representation of color #53B864: hue angle of 130.1º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B864 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB83184100-
CMYK0.5500.460.28
HSL130.1º41.56%52.35%-
HSV(B)130.1º54.89%72.16%-
XYZ23.0137.0417.99-
YUV144.22103.0484.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 184 (72.27% from 255) = 50.14%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=22.62%
G=50.14%
B=27.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841000.5500.460.28130.141.5652.35
Hex53B8643702E1C822a34
Octal12327014467056342025264
Binary101001110111000110010011011101011101110010000010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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