Html Css Color HEX #52C990 Silver Tree

📋 copy color: '#52C990'

red 82 ◦ green 201 ◦ blue 144

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

Shades of Silver Tree #52C990

Tints of Silver Tree #52C990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.07%

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

R = 19.2%
G = 47.07%
B = 33.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#52C990 (or 0x52C990) is known color: Silver Tree. HEX triplet: 52, C9 and 90. RGB value is (82,201,144). Sum of RGB (Red+Green+Blue) = 82+201+144=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #52C990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C990 is #AD366F. Grayscale: #9F9F9F. Windows color (decimal): -11351664 or 9488722. OLE color: 9488722.

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

Color convert

RGB 82 201 144 -
CMYK 0.59 0 0.28 0.21
HSL 151.26º 0.52% 0.55% -
HSV(B) 151.26º 0.59% 0.79% -
XYZ 29.4 45.58 33.63 -
YUV 158.92 119.58 73.13 -
System Red Green Blue C M Y K H S L
Decimal 82 201 144 0.59 0 0.28 0.21 151.26 0.52 0.55
Hex 52 C9 90 3B 0 1C 15 97 34 37
Octal 122 311 220 73 0 34 25 227 64 67
Binary 1010010 11001001 10010000 111011 0 11100 10101 10010111 110100 110111

Color Harmonies of #52C990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C990

Black with #52C990

Text Example


Text Example

White with #52C990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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