Html Css Color HEX #52C992 Silver Tree

📋 copy color: '#52C992'

red 82 ◦ green 201 ◦ blue 146

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

Shades of Silver Tree #52C992

Tints of Silver Tree #52C992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 19.11%
G = 46.85%
B = 34.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#52C992 (or 0x52C992) is known color: Silver Tree. HEX triplet: 52, C9 and 92. RGB value is (82,201,146). Sum of RGB (Red+Green+Blue) = 82+201+146=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #52C992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C992 is #AD366D. Grayscale: #9F9F9F. Windows color (decimal): -11351662 or 9619794. OLE color: 9619794.

HSL color Cylindrical-coordinate representation of color #52C992: hue angle of 152.27º 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 #52C992 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 146 -
CMYK 0.59 0 0.27 0.21
HSL 152.27º 0.52% 0.55% -
HSV(B) 152.27º 0.59% 0.79% -
XYZ 29.55 45.64 34.45 -
YUV 159.15 120.58 72.97 -
System Red Green Blue C M Y K H S L
Decimal 82 201 146 0.59 0 0.27 0.21 152.27 0.52 0.55
Hex 52 C9 92 3B 0 1B 15 98 34 37
Octal 122 311 222 73 0 33 25 230 64 67
Binary 1010010 11001001 10010010 111011 0 11011 10101 10011000 110100 110111

Color Harmonies of #52C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C992

Black with #52C992

Text Example


Text Example

White with #52C992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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