Html Css Color HEX #53BD65 Fern

📋 copy color: '#53BD65'

red 83 ◦ green 189 ◦ blue 101

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

Shades of Fern #53BD65

Tints of Fern #53BD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.67%

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

R = 22.25%
G = 50.67%
B = 27.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#53BD65 (or 0x53BD65) is known color: Fern. HEX triplet: 53, BD and 65. RGB value is (83,189,101). Sum of RGB (Red+Green+Blue) = 83+189+101=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BD65 is #AC429A. Grayscale: #939393. Windows color (decimal): -11289243 or 6667603. OLE color: 6667603.

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

Color convert

RGB 83 189 101 -
CMYK 0.56 0 0.47 0.26
HSL 130.19º 0.45% 0.53% -
HSV(B) 130.19º 0.56% 0.74% -
XYZ 24.11 39.17 18.6 -
YUV 147.27 101.88 82.16 -
System Red Green Blue C M Y K H S L
Decimal 83 189 101 0.56 0 0.47 0.26 130.19 0.45 0.53
Hex 53 BD 65 38 0 2F 1A 82 2D 35
Octal 123 275 145 70 0 57 32 202 55 65
Binary 1010011 10111101 1100101 111000 0 101111 11010 10000010 101101 110101

Color Harmonies of #53BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD65

Black with #53BD65

Text Example


Text Example

White with #53BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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