Html Css Color HEX #52C38F Silver Tree

📋 copy color: '#52C38F'

red 82 ◦ green 195 ◦ blue 143

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

Shades of Silver Tree #52C38F

Tints of Silver Tree #52C38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 19.52%
G = 46.43%
B = 34.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#52C38F (or 0x52C38F) is known color: Silver Tree. HEX triplet: 52, C3 and 8F. RGB value is (82,195,143). Sum of RGB (Red+Green+Blue) = 82+195+143=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #52C38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C38F is #AD3C70. Grayscale: #9B9B9B. Windows color (decimal): -11353201 or 9421650. OLE color: 9421650.

HSL color Cylindrical-coordinate representation of color #52C38F: hue angle of 152.39º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C38F is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 143 -
CMYK 0.58 0 0.27 0.24
HSL 152.39º 0.48% 0.54% -
HSV(B) 152.39º 0.58% 0.76% -
XYZ 27.95 42.81 32.78 -
YUV 155.29 121.06 75.73 -
System Red Green Blue C M Y K H S L
Decimal 82 195 143 0.58 0 0.27 0.24 152.39 0.48 0.54
Hex 52 C3 8F 3A 0 1B 18 98 30 36
Octal 122 303 217 72 0 33 30 230 60 66
Binary 1010010 11000011 10001111 111010 0 11011 11000 10011000 110000 110110

Color Harmonies of #52C38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C38F

Black with #52C38F

Text Example


Text Example

White with #52C38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,143); }

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

background-color css

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

 a { background-color: rgb(82,195,143); }

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

border-color css

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

 span { border-color: rgb(82,195,143); }

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