#52C75A

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

Shades of Fern #52C75A

Tints of Fern #52C75A

Color information

#52C75A (or 0x52C75A) is unknown color: approx Fern. HEX triplet: 52, C7 and 5A. RGB value is (82,199,90). Sum of RGB (Red+Green+Blue) = 82+199+90=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #52C75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C75A is #AD38A5. Grayscale: #979797. Windows color (decimal): -11352230 or 5949266. OLE color: 5949266.

HSL color Cylindrical-coordinate representation of color #52C75A: hue angle of 124.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C75A is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB8219990-
CMYK0.5900.550.22
HSL124.1º51.09%55.1%-
HSV(B)124.1º58.79%78.04%-
XYZ25.7543.3816.69-
YUV151.5993.2478.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 199 (78.12% from 255) = 53.64%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=22.10%
G=53.64%
B=24.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82199900.5900.550.22124.151.0955.1
Hex52C75A3B037167c3337
Octal12230713273067261746367
Binary10100101100011110110101110110110111101101111100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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