#51C164

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

Shades of Fern #51C164

Tints of Fern #51C164

Color information

#51C164 (or 0x51C164) is unknown color: approx Fern. HEX triplet: 51, C1 and 64. RGB value is (81,193,100). Sum of RGB (Red+Green+Blue) = 81+193+100=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #51C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C164 is #AE3E9B. Grayscale: #959595. Windows color (decimal): -11419292 or 6603089. OLE color: 6603089.

HSL color Cylindrical-coordinate representation of color #51C164: hue angle of 130.18º degrees, saturation: 0.47, 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 #51C164 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB81193100-
CMYK0.5800.480.24
HSL130.18º47.46%53.73%-
HSV(B)130.18º58.03%75.69%-
XYZ24.7640.8118.63-
YUV148.91100.3979.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 193 (75.78% from 255) = 51.60%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=21.66%
G=51.60%
B=26.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811931000.5800.480.24130.1847.4653.73
Hex51C1643A03018822f36
Octal12130114472060302025766
Binary101000111000001110010011101001100001100010000010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,193,100); }

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

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

 a { background-color: rgb(81,193,100); }

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

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

 span { border-color: rgb(81,193,100); }

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