#53B868

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

Shades of Fern #53B868

Tints of Fern #53B868

Color information

#53B868 (or 0x53B868) is unknown color: approx Fern. HEX triplet: 53, B8 and 68. RGB value is (83,184,104). Sum of RGB (Red+Green+Blue) = 83+184+104=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #53B868 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B868 is #AC4797. Grayscale: #909090. Windows color (decimal): -11290520 or 6862931. OLE color: 6862931.

HSL color Cylindrical-coordinate representation of color #53B868: hue angle of 132.48º 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 #53B868 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB83184104-
CMYK0.5500.430.28
HSL132.48º41.56%52.35%-
HSV(B)132.48º54.89%72.16%-
XYZ23.2137.1219.04-
YUV144.68105.0484-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 184 (72.27% from 255) = 49.60%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=22.37%
G=49.60%
B=28.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831841040.5500.430.28132.4841.5652.35
Hex53B8683702B1C842a34
Octal12327015067053342045264
Binary101001110111000110100011011101010111110010000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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