#51C075

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

Shades of Emerald #51C075

Tints of Emerald #51C075

Color information

#51C075 (or 0x51C075) is unknown color: approx Emerald. HEX triplet: 51, C0 and 75. RGB value is (81,192,117). Sum of RGB (Red+Green+Blue) = 81+192+117=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #51C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C075 is #AE3F8A. Grayscale: #969696. Windows color (decimal): -11419531 or 7716945. OLE color: 7716945.

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

Color convert

RGB81192117-
CMYK0.5800.390.25
HSL139.46º46.84%53.53%-
HSV(B)139.46º57.81%75.29%-
XYZ25.4540.7323.35-
YUV150.26109.2378.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 117 (46.09% from 255) = 30%
R=20.77%
G=49.23%
B=30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811921170.5800.390.25139.4646.8453.53
Hex51C0753A027198b2f36
Octal12130016572047312135766
Binary101000111000000111010111101001001111100110001011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,192,117); }

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

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

 a { background-color: rgb(81,192,117); }

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

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

 span { border-color: rgb(81,192,117); }

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