#52C35E

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

Shades of Fern #52C35E

Tints of Fern #52C35E

Color information

#52C35E (or 0x52C35E) is unknown color: approx Fern. HEX triplet: 52, C3 and 5E. RGB value is (82,195,94). Sum of RGB (Red+Green+Blue) = 82+195+94=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #52C35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C35E is #AD3CA1. Grayscale: #959595. Windows color (decimal): -11353250 or 6210386. OLE color: 6210386.

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

Color convert

RGB8219594-
CMYK0.5800.520.24
HSL126.37º48.5%54.31%-
HSV(B)126.37º57.95%76.47%-
XYZ25.0241.6317.31-
YUV149.796.5679.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=22.10%
G=52.56%
B=25.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82195940.5800.520.24126.3748.554.31
Hex52C35E3A034187e3036
Octal12230313672064301766066
Binary10100101100001110111101110100110100110001111110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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