Html Css Color HEX #53D294 Silver Tree

📋 copy color: '#53D294'

red 83 ◦ green 210 ◦ blue 148

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

Shades of Silver Tree #53D294

Tints of Silver Tree #53D294

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 18.82%
G = 47.62%
B = 33.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#53D294 (or 0x53D294) is known color: Silver Tree. HEX triplet: 53, D2 and 94. RGB value is (83,210,148). Sum of RGB (Red+Green+Blue) = 83+210+148=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #53D294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D294 is #AC2D6B. Grayscale: #A5A5A5. Windows color (decimal): -11283820 or 9753171. OLE color: 9753171.

HSL color Cylindrical-coordinate representation of color #53D294: hue angle of 150.71º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D294 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 210 148 -
CMYK 0.60 0 0.30 0.18
HSL 150.71º 0.59% 0.57% -
HSV(B) 150.71º 0.6% 0.82% -
XYZ 31.96 50.07 36 -
YUV 164.96 118.42 69.54 -
System Red Green Blue C M Y K H S L
Decimal 83 210 148 0.60 0 0.30 0.18 150.71 0.59 0.57
Hex 53 D2 94 3C 0 1E 12 97 3B 39
Octal 123 322 224 74 0 36 22 227 73 71
Binary 1010011 11010010 10010100 111100 0 11110 10010 10010111 111011 111001

Color Harmonies of #53D294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D294

Black with #53D294

Text Example


Text Example

White with #53D294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,210,148); }

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

background-color css

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

 a { background-color: rgb(83,210,148); }

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

border-color css

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

 span { border-color: rgb(83,210,148); }

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