#51FA94

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

Shades of Emerald #51FA94

Tints of Emerald #51FA94

Color information

#51FA94 (or 0x51FA94) is unknown color: approx Emerald. HEX triplet: 51, FA and 94. RGB value is (81,250,148). Sum of RGB (Red+Green+Blue) = 81+250+148=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #51FA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FA94 is #AE056B. Grayscale: #BCBCBC. Windows color (decimal): -11404652 or 9763409. OLE color: 9763409.

HSL color Cylindrical-coordinate representation of color #51FA94: hue angle of 143.79º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FA94 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB81250148-
CMYK0.6800.410.02
HSL143.79º94.41%64.9%-
HSV(B)143.79º67.6%98.04%-
XYZ42.9272.2639.7-
YUV187.84105.5151.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.91%
GREEN value IS 250 (98.05% from 255) = 52.19%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=16.91%
G=52.19%
B=30.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812501480.6800.410.02143.7994.4164.9
Hex51FA94440292905e41
Octal1213722241040512220136101
Binary1010001111110101001010010001000101001101001000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51FA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,250,148); }

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

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

 a { background-color: rgb(81,250,148); }

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

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

 span { border-color: rgb(81,250,148); }

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