Html Css Color HEX #53BC65 Fern

📋 copy color: '#53BC65'

red 83 ◦ green 188 ◦ blue 101

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

Shades of Fern #53BC65

Tints of Fern #53BC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.54%

 BLUE value IS 101 (39.84% from 255) = 27.15%

R = 22.31%
G = 50.54%
B = 27.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#53BC65 (or 0x53BC65) is known color: Fern. HEX triplet: 53, BC and 65. RGB value is (83,188,101). Sum of RGB (Red+Green+Blue) = 83+188+101=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC65 is #AC439A. Grayscale: #929292. Windows color (decimal): -11289499 or 6667347. OLE color: 6667347.

HSL color Cylindrical-coordinate representation of color #53BC65: hue angle of 130.29º 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 #53BC65 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 101 -
CMYK 0.56 0 0.46 0.26
HSL 130.29º 0.44% 0.53% -
HSV(B) 130.29º 0.56% 0.74% -
XYZ 23.9 38.75 18.53 -
YUV 146.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 83 188 101 0.56 0 0.46 0.26 130.29 0.44 0.53
Hex 53 BC 65 38 0 2E 1A 82 2C 35
Octal 123 274 145 70 0 56 32 202 54 65
Binary 1010011 10111100 1100101 111000 0 101110 11010 10000010 101100 110101

Color Harmonies of #53BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC65

Black with #53BC65

Text Example


Text Example

White with #53BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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