#52CF51

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

Shades of Fern #52CF51

Tints of Fern #52CF51

Color information

#52CF51 (or 0x52CF51) is unknown color: approx Fern. HEX triplet: 52, CF and 51. RGB value is (82,207,81). Sum of RGB (Red+Green+Blue) = 82+207+81=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CF51 is #AD30AE. Grayscale: #9B9B9B. Windows color (decimal): -11350191 or 5361490. OLE color: 5361490.

HSL color Cylindrical-coordinate representation of color #52CF51: hue angle of 119.52º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CF51 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB8220781-
CMYK0.6000.610.19
HSL119.52º56.76%56.47%-
HSV(B)119.52º60.87%81.18%-
XYZ27.2847.0115.42-
YUV155.2686.0975.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 207 (81.25% from 255) = 55.95%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=22.16%
G=55.95%
B=21.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82207810.6000.610.19119.5256.7656.47
Hex52CF513C03D13783938
Octal12231712174075231707170
Binary10100101100111110100011111000111101100111111000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,207,81); }

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

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

 a { background-color: rgb(82,207,81); }

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

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

 span { border-color: rgb(82,207,81); }

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