Html Css Color HEX #53CC8E Silver Tree

📋 copy color: '#53CC8E'

red 83 ◦ green 204 ◦ blue 142

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

Shades of Silver Tree #53CC8E

Tints of Silver Tree #53CC8E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.55%

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 19.35%
G = 47.55%
B = 33.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#53CC8E (or 0x53CC8E) is known color: Silver Tree. HEX triplet: 53, CC and 8E. RGB value is (83,204,142). Sum of RGB (Red+Green+Blue) = 83+204+142=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CC8E is #AC3371. Grayscale: #A0A0A0. Windows color (decimal): -11285362 or 9358419. OLE color: 9358419.

HSL color Cylindrical-coordinate representation of color #53CC8E: hue angle of 149.26º 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 #53CC8E is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 142 -
CMYK 0.59 0 0.30 0.2
HSL 149.26º 0.54% 0.56% -
HSV(B) 149.26º 0.59% 0.8% -
XYZ 30.04 46.98 33.08 -
YUV 160.75 117.41 72.54 -
System Red Green Blue C M Y K H S L
Decimal 83 204 142 0.59 0 0.30 0.2 149.26 0.54 0.56
Hex 53 CC 8E 3B 0 1E 14 95 36 38
Octal 123 314 216 73 0 36 24 225 66 70
Binary 1010011 11001100 10001110 111011 0 11110 10100 10010101 110110 111000

Color Harmonies of #53CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CC8E

Black with #53CC8E

Text Example


Text Example

White with #53CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,204,142); }

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

background-color css

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

 a { background-color: rgb(83,204,142); }

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

border-color css

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

 span { border-color: rgb(83,204,142); }

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