Html Css Color HEX #51C070 Emerald

📋 copy color: '#51C070'

red 81 ◦ green 192 ◦ blue 112

#51C070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #51C070

Tints of Emerald #51C070

RGB

 RED value IS 81 (32.03% from 255) = 21.04%

 GREEN value IS 192 (75.39% from 255) = 49.87%

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 21.04%
G = 49.87%
B = 29.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#51C070 (or 0x51C070) is known color: Emerald. HEX triplet: 51, C0 and 70. RGB value is (81,192,112). Sum of RGB (Red+Green+Blue) = 81+192+112=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #51C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C070 is #AE3F8F. Grayscale: #959595. Windows color (decimal): -11419536 or 7389265. OLE color: 7389265.

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

Color convert

RGB 81 192 112 -
CMYK 0.58 0 0.42 0.25
HSL 136.76º 0.47% 0.54% -
HSV(B) 136.76º 0.58% 0.75% -
XYZ 25.17 40.62 21.84 -
YUV 149.69 106.73 79 -
System Red Green Blue C M Y K H S L
Decimal 81 192 112 0.58 0 0.42 0.25 136.76 0.47 0.54
Hex 51 C0 70 3A 0 2A 19 89 2F 36
Octal 121 300 160 72 0 52 31 211 57 66
Binary 1010001 11000000 1110000 111010 0 101010 11001 10001001 101111 110110

Color Harmonies of #51C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C070

Black with #51C070

Text Example


Text Example

White with #51C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51C070;
 }
 .AnyTagClassName
 {
   color: #51C070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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