#51CC50

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

Shades of Fern #51CC50

Tints of Fern #51CC50

Color information

#51CC50 (or 0x51CC50) is unknown color: approx Fern. HEX triplet: 51, CC and 50. RGB value is (81,204,80). Sum of RGB (Red+Green+Blue) = 81+204+80=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #51CC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CC50 is #AE33AF. Grayscale: #999999. Windows color (decimal): -11416496 or 5295185. OLE color: 5295185.

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

Color convert

RGB8120480-
CMYK0.6000.610.2
HSL119.52º54.87%55.69%-
HSV(B)119.52º60.78%80%-
XYZ26.4345.5114.98-
YUV153.0986.7576.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 204 (80.08% from 255) = 55.89%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=22.19%
G=55.89%
B=21.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81204800.6000.610.2119.5254.8755.69
Hex51CC503C03D14783738
Octal12131412074075241706770
Binary10100011100110010100001111000111101101001111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51CC50; }

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

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

<style>
 a { background-color: #51CC50; }

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

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

<style>
 span { border-color: #51CC50; }

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

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