#51BF6C

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

Shades of Emerald #51BF6C

Tints of Emerald #51BF6C

Color information

#51BF6C (or 0x51BF6C) is unknown color: approx Emerald. HEX triplet: 51, BF and 6C. RGB value is (81,191,108). Sum of RGB (Red+Green+Blue) = 81+191+108=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #51BF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BF6C is #AE4093. Grayscale: #949494. Windows color (decimal): -11419796 or 7126865. OLE color: 7126865.

HSL color Cylindrical-coordinate representation of color #51BF6C: hue angle of 134.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BF6C is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB81191108-
CMYK0.5800.430.25
HSL134.73º46.22%53.33%-
HSV(B)134.73º57.59%74.9%-
XYZ24.7340.0920.62-
YUV148.65105.0679.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=21.32%
G=50.26%
B=28.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811911080.5800.430.25134.7346.2253.33
Hex51BF6C3A02B19872e35
Octal12127715472053312075665
Binary101000110111111110110011101001010111100110000111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,191,108); }

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

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

 a { background-color: rgb(81,191,108); }

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

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

 span { border-color: rgb(81,191,108); }

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