#51D483

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

Shades of Emerald #51D483

Tints of Emerald #51D483

Color information

#51D483 (or 0x51D483) is unknown color: approx Emerald. HEX triplet: 51, D4 and 83. RGB value is (81,212,131). Sum of RGB (Red+Green+Blue) = 81+212+131=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #51D483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51D483 is #AE2B7C. Grayscale: #A3A3A3. Windows color (decimal): -11414397 or 8639569. OLE color: 8639569.

HSL color Cylindrical-coordinate representation of color #51D483: hue angle of 142.9º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D483 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB81212131-
CMYK0.6200.380.17
HSL142.9º60.37%57.45%-
HSV(B)142.9º61.79%83.14%-
XYZ31.0350.4729.58-
YUV163.6109.669.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 212 (83.20% from 255) = 50%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=19.10%
G=50%
B=30.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal812121310.6200.380.17142.960.3757.45
Hex51D4833E026118f3c39
Octal12132420376046212177471
Binary1010001110101001000001111111001001101000110001111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,212,131); }

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

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

 a { background-color: rgb(81,212,131); }

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

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

 span { border-color: rgb(81,212,131); }

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