Html Css Color HEX #53CA95 Silver Tree

📋 copy color: '#53CA95'

red 83 ◦ green 202 ◦ blue 149

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

Shades of Silver Tree #53CA95

Tints of Silver Tree #53CA95

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.54%

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 19.12%
G = 46.54%
B = 34.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#53CA95 (or 0x53CA95) is known color: Silver Tree. HEX triplet: 53, CA and 95. RGB value is (83,202,149). Sum of RGB (Red+Green+Blue) = 83+202+149=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA95 is #AC356A. Grayscale: #A0A0A0. Windows color (decimal): -11285867 or 9816659. OLE color: 9816659.

HSL color Cylindrical-coordinate representation of color #53CA95: hue angle of 153.28º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA95 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 149 -
CMYK 0.59 0 0.26 0.21
HSL 153.28º 0.53% 0.56% -
HSV(B) 153.28º 0.59% 0.79% -
XYZ 30.11 46.25 35.77 -
YUV 160.38 121.58 72.81 -
System Red Green Blue C M Y K H S L
Decimal 83 202 149 0.59 0 0.26 0.21 153.28 0.53 0.56
Hex 53 CA 95 3B 0 1A 15 99 35 38
Octal 123 312 225 73 0 32 25 231 65 70
Binary 1010011 11001010 10010101 111011 0 11010 10101 10011001 110101 111000

Color Harmonies of #53CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CA95

Black with #53CA95

Text Example


Text Example

White with #53CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,202,149); }

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

background-color css

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

 a { background-color: rgb(83,202,149); }

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

border-color css

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

 span { border-color: rgb(83,202,149); }

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