Html Css Color HEX #53C161 Fern

📋 copy color: '#53C161'

red 83 ◦ green 193 ◦ blue 97

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

Shades of Fern #53C161

Tints of Fern #53C161

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.74%

 BLUE value IS 97 (38.28% from 255) = 26.01%

R = 22.25%
G = 51.74%
B = 26.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#53C161 (or 0x53C161) is known color: Fern. HEX triplet: 53, C1 and 61. RGB value is (83,193,97). Sum of RGB (Red+Green+Blue) = 83+193+97=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #53C161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C161 is #AC3E9E. Grayscale: #959595. Windows color (decimal): -11288223 or 6406483. OLE color: 6406483.

HSL color Cylindrical-coordinate representation of color #53C161: hue angle of 127.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C161 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 97 -
CMYK 0.57 0 0.50 0.24
HSL 127.64º 0.47% 0.54% -
HSV(B) 127.64º 0.57% 0.76% -
XYZ 24.79 40.84 17.89 -
YUV 149.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 83 193 97 0.57 0 0.50 0.24 127.64 0.47 0.54
Hex 53 C1 61 39 0 32 18 80 2F 36
Octal 123 301 141 71 0 62 30 200 57 66
Binary 1010011 11000001 1100001 111001 0 110010 11000 10000000 101111 110110

Color Harmonies of #53C161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C161

Black with #53C161

Text Example


Text Example

White with #53C161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,193,97); }

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

background-color css

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

 a { background-color: rgb(83,193,97); }

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

border-color css

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

 span { border-color: rgb(83,193,97); }

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