Html Css Color HEX #51C072 Emerald

📋 copy color: '#51C072'

red 81 ◦ green 192 ◦ blue 114

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

Shades of Emerald #51C072

Tints of Emerald #51C072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 20.93%
G = 49.61%
B = 29.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#51C072 (or 0x51C072) is known color: Emerald. HEX triplet: 51, C0 and 72. RGB value is (81,192,114). Sum of RGB (Red+Green+Blue) = 81+192+114=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #51C072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C072 is #AE3F8D. Grayscale: #969696. Windows color (decimal): -11419534 or 7520337. OLE color: 7520337.

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

Color convert

RGB 81 192 114 -
CMYK 0.58 0 0.41 0.25
HSL 137.84º 0.47% 0.54% -
HSV(B) 137.84º 0.58% 0.75% -
XYZ 25.28 40.66 22.44 -
YUV 149.92 107.73 78.84 -
System Red Green Blue C M Y K H S L
Decimal 81 192 114 0.58 0 0.41 0.25 137.84 0.47 0.54
Hex 51 C0 72 3A 0 29 19 8A 2F 36
Octal 121 300 162 72 0 51 31 212 57 66
Binary 1010001 11000000 1110010 111010 0 101001 11001 10001010 101111 110110

Color Harmonies of #51C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C072

Black with #51C072

Text Example


Text Example

White with #51C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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