#52CC51

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

Shades of Fern #52CC51

Tints of Fern #52CC51

Color information

#52CC51 (or 0x52CC51) is unknown color: approx Fern. HEX triplet: 52, CC and 51. RGB value is (82,204,81). Sum of RGB (Red+Green+Blue) = 82+204+81=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC51 is #AD33AE. Grayscale: #999999. Windows color (decimal): -11350959 or 5360722. OLE color: 5360722.

HSL color Cylindrical-coordinate representation of color #52CC51: hue angle of 119.51º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CC51 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB8220481-
CMYK0.6000.600.2
HSL119.51º54.67%55.88%-
HSV(B)119.51º60.29%80%-
XYZ26.5645.5715.18-
YUV153.587.0877-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 204 (80.08% from 255) = 55.59%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=22.34%
G=55.59%
B=22.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82204810.6000.600.2119.5154.6755.88
Hex52CC513C03C14783738
Octal12231412174074241706770
Binary10100101100110010100011111000111100101001111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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