#51C068

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

Shades of Emerald #51C068

Tints of Emerald #51C068

Color information

#51C068 (or 0x51C068) is unknown color: approx Emerald. HEX triplet: 51, C0 and 68. RGB value is (81,192,104). Sum of RGB (Red+Green+Blue) = 81+192+104=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #51C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C068 is #AE3F97. Grayscale: #959595. Windows color (decimal): -11419544 or 6864977. OLE color: 6864977.

HSL color Cylindrical-coordinate representation of color #51C068: hue angle of 132.43º 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 #51C068 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB81192104-
CMYK0.5800.460.25
HSL132.43º46.84%53.53%-
HSV(B)132.43º57.81%75.29%-
XYZ24.7440.4519.6-
YUV148.78102.7379.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 192 (75.39% from 255) = 50.93%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=21.49%
G=50.93%
B=27.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811921040.5800.460.25132.4346.8453.53
Hex51C0683A02E19842f36
Octal12130015072056312045766
Binary101000111000000110100011101001011101100110000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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