#51BC68

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

Shades of Fern #51BC68

Tints of Fern #51BC68

Color information

#51BC68 (or 0x51BC68) is unknown color: approx Fern. HEX triplet: 51, BC and 68. RGB value is (81,188,104). Sum of RGB (Red+Green+Blue) = 81+188+104=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BC68 is #AE4397. Grayscale: #929292. Windows color (decimal): -11420568 or 6863953. OLE color: 6863953.

HSL color Cylindrical-coordinate representation of color #51BC68: hue angle of 132.9º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BC68 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB81188104-
CMYK0.5700.450.26
HSL132.9º44.4%52.75%-
HSV(B)132.9º56.91%73.73%-
XYZ23.8838.7219.31-
YUV146.43104.0581.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 188 (73.83% from 255) = 50.40%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=21.72%
G=50.40%
B=27.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881040.5700.450.26132.944.452.75
Hex51BC683902D1A852c35
Octal12127415071055322055465
Binary101000110111100110100011100101011011101010000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,188,104); }

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

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

 a { background-color: rgb(81,188,104); }

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

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

 span { border-color: rgb(81,188,104); }

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