#52C35F

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

Shades of Fern #52C35F

Tints of Fern #52C35F

Color information

#52C35F (or 0x52C35F) is unknown color: approx Fern. HEX triplet: 52, C3 and 5F. RGB value is (82,195,95). Sum of RGB (Red+Green+Blue) = 82+195+95=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #52C35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C35F is #AD3CA0. Grayscale: #969696. Windows color (decimal): -11353249 or 6275922. OLE color: 6275922.

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

Color convert

RGB8219595-
CMYK0.5800.510.24
HSL126.9º48.5%54.31%-
HSV(B)126.9º57.95%76.47%-
XYZ25.0641.6517.54-
YUV149.8197.0679.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 195 (76.56% from 255) = 52.42%
BLUE value IS 95 (37.5% from 255) = 25.54%
R=22.04%
G=52.42%
B=25.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82195950.5800.510.24126.948.554.31
Hex52C35F3A033187f3036
Octal12230313772063301776066
Binary10100101100001110111111110100110011110001111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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