#52C15A

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

Shades of Fern #52C15A

Tints of Fern #52C15A

Color information

#52C15A (or 0x52C15A) is unknown color: approx Fern. HEX triplet: 52, C1 and 5A. RGB value is (82,193,90). Sum of RGB (Red+Green+Blue) = 82+193+90=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #52C15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C15A is #AD3EA5. Grayscale: #949494. Windows color (decimal): -11353766 or 5947730. OLE color: 5947730.

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

Color convert

RGB8219390-
CMYK0.5800.530.24
HSL124.32º47.23%53.92%-
HSV(B)124.32º57.51%75.69%-
XYZ24.440.6716.24-
YUV148.0795.2380.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=22.47%
G=52.88%
B=24.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82193900.5800.530.24124.3247.2353.92
Hex52C15A3A035187c2f36
Octal12230113272065301745766
Binary10100101100000110110101110100110101110001111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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