#51BA64

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

Shades of Fern #51BA64

Tints of Fern #51BA64

Color information

#51BA64 (or 0x51BA64) is unknown color: approx Fern. HEX triplet: 51, BA and 64. RGB value is (81,186,100). Sum of RGB (Red+Green+Blue) = 81+186+100=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BA64 is #AE459B. Grayscale: #919191. Windows color (decimal): -11421084 or 6601297. OLE color: 6601297.

HSL color Cylindrical-coordinate representation of color #51BA64: hue angle of 130.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA64 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB81186100-
CMYK0.5600.460.27
HSL130.86º43.21%52.35%-
HSV(B)130.86º56.45%72.94%-
XYZ23.2537.7918.12-
YUV144.8102.7182.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 186 (73.05% from 255) = 50.68%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=22.07%
G=50.68%
B=27.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861000.5600.460.27130.8643.2152.35
Hex51BA643802E1B832b34
Octal12127214470056332035364
Binary101000110111010110010011100001011101101110000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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