Html Css Color HEX #53CB96 Silver Tree

📋 copy color: '#53CB96'

red 83 ◦ green 203 ◦ blue 150

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

Shades of Silver Tree #53CB96

Tints of Silver Tree #53CB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.56%

 BLUE value IS 150 (58.98% from 255) = 34.4%

R = 19.04%
G = 46.56%
B = 34.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#53CB96 (or 0x53CB96) is known color: Silver Tree. HEX triplet: 53, CB and 96. RGB value is (83,203,150). Sum of RGB (Red+Green+Blue) = 83+203+150=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CB96 is #AC3469. Grayscale: #A1A1A1. Windows color (decimal): -11285610 or 9882451. OLE color: 9882451.

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

Color convert

RGB 83 203 150 -
CMYK 0.59 0 0.26 0.20
HSL 153.5º 0.54% 0.56% -
HSV(B) 153.5º 0.59% 0.8% -
XYZ 30.43 46.75 36.27 -
YUV 161.08 121.74 72.31 -
System Red Green Blue C M Y K H S L
Decimal 83 203 150 0.59 0 0.26 0.20 153.5 0.54 0.56
Hex 53 CB 96 3B 0 1A 14 9A 36 38
Octal 123 313 226 73 0 32 24 232 66 70
Binary 1010011 11001011 10010110 111011 0 11010 10100 10011010 110110 111000

Color Harmonies of #53CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CB96

Black with #53CB96

Text Example


Text Example

White with #53CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,203,150); }

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

background-color css

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

 a { background-color: rgb(83,203,150); }

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

border-color css

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

 span { border-color: rgb(83,203,150); }

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