#53B466

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

Shades of Fern #53B466

Tints of Fern #53B466

Color information

#53B466 (or 0x53B466) is unknown color: approx Fern. HEX triplet: 53, B4 and 66. RGB value is (83,180,102). Sum of RGB (Red+Green+Blue) = 83+180+102=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #53B466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B466 is #AC4B99. Grayscale: #8E8E8E. Windows color (decimal): -11291546 or 6730835. OLE color: 6730835.

HSL color Cylindrical-coordinate representation of color #53B466: hue angle of 131.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B466 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB83180102-
CMYK0.5400.430.29
HSL131.75º39.27%51.57%-
HSV(B)131.75º53.89%70.59%-
XYZ22.2935.4418.24-
YUV142.11105.3685.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=22.74%
G=49.32%
B=27.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801020.5400.430.29131.7539.2751.57
Hex53B4663602B1D842734
Octal12326414666053352044764
Binary101001110110100110011011011001010111110110000100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,180,102); }

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

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

 a { background-color: rgb(83,180,102); }

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

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

 span { border-color: rgb(83,180,102); }

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