Html Css Color HEX #51BF80 Emerald

📋 copy color: '#51BF80'

red 81 ◦ green 191 ◦ blue 128

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

Shades of Emerald #51BF80

Tints of Emerald #51BF80

RGB

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

 GREEN value IS 191 (75% from 255) = 47.75%

 BLUE value IS 128 (50.39% from 255) = 32%

R = 20.25%
G = 47.75%
B = 32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#51BF80 (or 0x51BF80) is known color: Emerald. HEX triplet: 51, BF and 80. RGB value is (81,191,128). Sum of RGB (Red+Green+Blue) = 81+191+128=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #51BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BF80 is #AE407F. Grayscale: #979797. Windows color (decimal): -11419776 or 8437585. OLE color: 8437585.

HSL color Cylindrical-coordinate representation of color #51BF80: hue angle of 145.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BF80 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 191 128 -
CMYK 0.58 0 0.33 0.25
HSL 145.64º 0.46% 0.53% -
HSV(B) 145.64º 0.58% 0.75% -
XYZ 25.92 40.57 26.89 -
YUV 150.93 115.06 78.12 -
System Red Green Blue C M Y K H S L
Decimal 81 191 128 0.58 0 0.33 0.25 145.64 0.46 0.53
Hex 51 BF 80 3A 0 21 19 92 2E 35
Octal 121 277 200 72 0 41 31 222 56 65
Binary 1010001 10111111 10000000 111010 0 100001 11001 10010010 101110 110101

Color Harmonies of #51BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BF80

Black with #51BF80

Text Example


Text Example

White with #51BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,191,128); }

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

background-color css

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

 a { background-color: rgb(81,191,128); }

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

border-color css

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

 span { border-color: rgb(81,191,128); }

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