Html Css Color HEX #52CD90 Silver Tree

📋 copy color: '#52CD90'

red 82 ◦ green 205 ◦ blue 144

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

Shades of Silver Tree #52CD90

Tints of Silver Tree #52CD90

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

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

R = 19.03%
G = 47.56%
B = 33.41%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#52CD90 (or 0x52CD90) is known color: Silver Tree. HEX triplet: 52, CD and 90. RGB value is (82,205,144). Sum of RGB (Red+Green+Blue) = 82+205+144=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CD90 is #AD326F. Grayscale: #A1A1A1. Windows color (decimal): -11350640 or 9489746. OLE color: 9489746.

HSL color Cylindrical-coordinate representation of color #52CD90: hue angle of 150.24º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CD90 is Cyan = 0.6, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 144 -
CMYK 0.6 0 0.30 0.20
HSL 150.24º 0.55% 0.56% -
HSV(B) 150.24º 0.6% 0.8% -
XYZ 30.35 47.47 33.95 -
YUV 161.27 118.25 71.46 -
System Red Green Blue C M Y K H S L
Decimal 82 205 144 0.6 0 0.30 0.20 150.24 0.55 0.56
Hex 52 CD 90 3C 0 1E 14 96 37 38
Octal 122 315 220 74 0 36 24 226 67 70
Binary 1010010 11001101 10010000 111100 0 11110 10100 10010110 110111 111000

Color Harmonies of #52CD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CD90

Black with #52CD90

Text Example


Text Example

White with #52CD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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