#52C357

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

Shades of Fern #52C357

Tints of Fern #52C357

Color information

#52C357 (or 0x52C357) is unknown color: approx Fern. HEX triplet: 52, C3 and 57. RGB value is (82,195,87). Sum of RGB (Red+Green+Blue) = 82+195+87=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #52C357 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C357 is #AD3CA8. Grayscale: #959595. Windows color (decimal): -11353257 or 5751634. OLE color: 5751634.

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

Color convert

RGB8219587-
CMYK0.5800.550.24
HSL122.65º48.5%54.31%-
HSV(B)122.65º57.95%76.47%-
XYZ24.7241.5115.73-
YUV148.993.0680.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.53%
GREEN value IS 195 (76.56% from 255) = 53.57%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=22.53%
G=53.57%
B=23.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82195870.5800.550.24122.6548.554.31
Hex52C3573A037187b3036
Octal12230312772067301736066
Binary10100101100001110101111110100110111110001111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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