#52C164

Color #52C164 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #52C164

Tints of Fern #52C164

Color information

#52C164 (or 0x52C164) is unknown color: approx Fern. HEX triplet: 52, C1 and 64. RGB value is (82,193,100). Sum of RGB (Red+Green+Blue) = 82+193+100=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #52C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C164 is #AD3E9B. Grayscale: #959595. Windows color (decimal): -11353756 or 6603090. OLE color: 6603090.

HSL color Cylindrical-coordinate representation of color #52C164: hue angle of 129.73º degrees, saturation: 0.47, 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 #52C164 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB82193100-
CMYK0.5800.480.24
HSL129.73º47.23%53.92%-
HSV(B)129.73º57.51%75.69%-
XYZ24.8540.8518.63-
YUV149.21100.2380.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.87%
GREEN value IS 193 (75.78% from 255) = 51.47%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=21.87%
G=51.47%
B=26.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931000.5800.480.24129.7347.2353.92
Hex52C1643A03018822f36
Octal12230114472060302025766
Binary101001011000001110010011101001100001100010000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,193,100); }

 H1.HeaderClassName
 {
   color: #52C164;
 }
 .AnyTagClassName
 {
   color: #52C164;
 }
</style>
background-color css

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

 a { background-color: rgb(82,193,100); }

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

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

 span { border-color: rgb(82,193,100); }

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