Html Css Color HEX #52C890 Silver Tree

📋 copy color: '#52C890'

red 82 ◦ green 200 ◦ blue 144

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

Shades of Silver Tree #52C890

Tints of Silver Tree #52C890

RGB

 RED value IS 82 (32.42% from 255) = 19.25%

 GREEN value IS 200 (78.52% from 255) = 46.95%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 19.25%
G = 46.95%
B = 33.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#52C890 (or 0x52C890) is known color: Silver Tree. HEX triplet: 52, C8 and 90. RGB value is (82,200,144). Sum of RGB (Red+Green+Blue) = 82+200+144=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #52C890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C890 is #AD376F. Grayscale: #9E9E9E. Windows color (decimal): -11351920 or 9488466. OLE color: 9488466.

HSL color Cylindrical-coordinate representation of color #52C890: hue angle of 151.53º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C890 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 144 -
CMYK 0.59 0 0.28 0.22
HSL 151.53º 0.52% 0.55% -
HSV(B) 151.53º 0.59% 0.78% -
XYZ 29.17 45.12 33.56 -
YUV 158.33 119.91 73.55 -
System Red Green Blue C M Y K H S L
Decimal 82 200 144 0.59 0 0.28 0.22 151.53 0.52 0.55
Hex 52 C8 90 3B 0 1C 16 98 34 37
Octal 122 310 220 73 0 34 26 230 64 67
Binary 1010010 11001000 10010000 111011 0 11100 10110 10011000 110100 110111

Color Harmonies of #52C890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C890

Black with #52C890

Text Example


Text Example

White with #52C890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C890; }

 p { color: rgb(82,200,144); }

 H1.HeaderClassName
 {
   color: #52C890;
 }
 .AnyTagClassName
 {
   color: #52C890;
 }
</style>

background-color css

<style>
 a { background-color: #52C890; }

 a { background-color: rgb(82,200,144); }

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

border-color css

<style>
 span { border-color: #52C890; }

 span { border-color: rgb(82,200,144); }

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