#52C15B

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

Shades of Fern #52C15B

Tints of Fern #52C15B

Color information

#52C15B (or 0x52C15B) is unknown color: approx Fern. HEX triplet: 52, C1 and 5B. RGB value is (82,193,91). Sum of RGB (Red+Green+Blue) = 82+193+91=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #52C15B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C15B is #AD3EA4. Grayscale: #949494. Windows color (decimal): -11353765 or 6013266. OLE color: 6013266.

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

Color convert

RGB8219391-
CMYK0.5800.530.24
HSL124.86º47.23%53.92%-
HSV(B)124.86º57.51%75.69%-
XYZ24.4440.6916.46-
YUV148.1895.7380.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 193 (75.78% from 255) = 52.73%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=22.40%
G=52.73%
B=24.86%

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
Decimal82193910.5800.530.24124.8647.2353.92
Hex52C15B3A035187d2f36
Octal12230113372065301755766
Binary10100101100000110110111110100110101110001111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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