#52C257

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

Shades of Fern #52C257

Tints of Fern #52C257

Color information

#52C257 (or 0x52C257) is unknown color: approx Fern. HEX triplet: 52, C2 and 57. RGB value is (82,194,87). Sum of RGB (Red+Green+Blue) = 82+194+87=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #52C257 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C257 is #AD3DA8. Grayscale: #949494. Windows color (decimal): -11353513 or 5751378. OLE color: 5751378.

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

Color convert

RGB8219487-
CMYK0.5800.550.24
HSL122.68º47.86%54.12%-
HSV(B)122.68º57.73%76.08%-
XYZ24.4941.0715.65-
YUV148.3193.3980.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.59%
GREEN value IS 194 (76.17% from 255) = 53.44%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=22.59%
G=53.44%
B=23.97%

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
Decimal82194870.5800.550.24122.6847.8654.12
Hex52C2573A037187b3036
Octal12230212772067301736066
Binary10100101100001010101111110100110111110001111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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