#53BC67

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

Shades of Fern #53BC67

Tints of Fern #53BC67

Color information

#53BC67 (or 0x53BC67) is unknown color: approx Fern. HEX triplet: 53, BC and 67. RGB value is (83,188,103). Sum of RGB (Red+Green+Blue) = 83+188+103=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC67 is #AC4398. Grayscale: #939393. Windows color (decimal): -11289497 or 6798419. OLE color: 6798419.

HSL color Cylindrical-coordinate representation of color #53BC67: hue angle of 131.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC67 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB83188103-
CMYK0.5600.450.26
HSL131.43º43.93%53.14%-
HSV(B)131.43º55.85%73.73%-
XYZ2438.7819.05-
YUV146.92103.2182.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 188 (73.83% from 255) = 50.27%
BLUE value IS 103 (40.62% from 255) = 27.54%
R=22.19%
G=50.27%
B=27.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831881030.5600.450.26131.4343.9353.14
Hex53BC673802D1A832c35
Octal12327414770055322035465
Binary101001110111100110011111100001011011101010000011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,188,103); }

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

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

 a { background-color: rgb(83,188,103); }

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

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

 span { border-color: rgb(83,188,103); }

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