Html Css Color HEX #53BA6C Fern

📋 copy color: '#53BA6C'

red 83 ◦ green 186 ◦ blue 108

#53BA6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #53BA6C

Tints of Fern #53BA6C

RGB

 RED value IS 83 (32.81% from 255) = 22.02%

 GREEN value IS 186 (73.05% from 255) = 49.34%

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 22.02%
G = 49.34%
B = 28.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#53BA6C (or 0x53BA6C) is known color: Fern. HEX triplet: 53, BA and 6C. RGB value is (83,186,108). Sum of RGB (Red+Green+Blue) = 83+186+108=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA6C is #AC4593. Grayscale: #929292. Windows color (decimal): -11290004 or 7125587. OLE color: 7125587.

HSL color Cylindrical-coordinate representation of color #53BA6C: hue angle of 134.56º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA6C is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 108 -
CMYK 0.55 0 0.42 0.27
HSL 134.56º 0.43% 0.53% -
HSV(B) 134.56º 0.55% 0.73% -
XYZ 23.83 38.04 20.27 -
YUV 146.31 106.38 82.84 -
System Red Green Blue C M Y K H S L
Decimal 83 186 108 0.55 0 0.42 0.27 134.56 0.43 0.53
Hex 53 BA 6C 37 0 2A 1B 87 2B 35
Octal 123 272 154 67 0 52 33 207 53 65
Binary 1010011 10111010 1101100 110111 0 101010 11011 10000111 101011 110101

Color Harmonies of #53BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA6C

Black with #53BA6C

Text Example


Text Example

White with #53BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,186,108); }

 H1.HeaderClassName
 {
   color: #53BA6C;
 }
 .AnyTagClassName
 {
   color: #53BA6C;
 }
</style>

background-color css

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

 a { background-color: rgb(83,186,108); }

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

border-color css

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

 span { border-color: rgb(83,186,108); }

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