#52D655

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

Shades of Fern #52D655

Tints of Fern #52D655

Color information

#52D655 (or 0x52D655) is unknown color: approx Fern. HEX triplet: 52, D6 and 55. RGB value is (82,214,85). Sum of RGB (Red+Green+Blue) = 82+214+85=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #52D655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D655 is #AD29AA. Grayscale: #A0A0A0. Windows color (decimal): -11348395 or 5625426. OLE color: 5625426.

HSL color Cylindrical-coordinate representation of color #52D655: hue angle of 121.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D655 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB8221485-
CMYK0.6200.600.16
HSL121.36º61.68%58.04%-
HSV(B)121.36º61.68%83.92%-
XYZ29.1750.5416.81-
YUV159.8385.7772.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 214 (83.98% from 255) = 56.17%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=21.52%
G=56.17%
B=22.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82214850.6200.600.16121.3661.6858.04
Hex52D6553E03C10793e3a
Octal12232612576074201717672
Binary10100101101011010101011111100111100100001111001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,214,85); }

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

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

 a { background-color: rgb(82,214,85); }

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

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

 span { border-color: rgb(82,214,85); }

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