#53BF67

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

Shades of Fern #53BF67

Tints of Fern #53BF67

Color information

#53BF67 (or 0x53BF67) is unknown color: approx Fern. HEX triplet: 53, BF and 67. RGB value is (83,191,103). Sum of RGB (Red+Green+Blue) = 83+191+103=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF67 is #AC4098. Grayscale: #949494. Windows color (decimal): -11288729 or 6799187. OLE color: 6799187.

HSL color Cylindrical-coordinate representation of color #53BF67: hue angle of 131.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF67 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB83191103-
CMYK0.5700.460.25
HSL131.11º45.76%53.73%-
HSV(B)131.11º56.54%74.9%-
XYZ24.6540.0819.27-
YUV148.68102.2281.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=22.02%
G=50.66%
B=27.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911030.5700.460.25131.1145.7653.73
Hex53BF673902E19832e36
Octal12327714771056312035666
Binary101001110111111110011111100101011101100110000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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