Html Css Color HEX #51A046 Fruit Salad

📋 copy color: '#51A046'

red 81 ◦ green 160 ◦ blue 70

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

Shades of Fruit Salad #51A046

Tints of Fruit Salad #51A046

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.45%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 26.05%
G = 51.45%
B = 22.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#51A046 (or 0x51A046) is known color: Fruit Salad. HEX triplet: 51, A0 and 46. RGB value is (81,160,70). Sum of RGB (Red+Green+Blue) = 81+160+70=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #51A046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A046 is #AE5FB9. Grayscale: #7E7E7E. Windows color (decimal): -11427770 or 4628561. OLE color: 4628561.

HSL color Cylindrical-coordinate representation of color #51A046: hue angle of 112.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51A046 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 81 160 70 -
CMYK 0.49 0 0.56 0.37
HSL 112.67º 0.39% 0.45% -
HSV(B) 112.67º 0.56% 0.63% -
XYZ 17.07 27.33 10.17 -
YUV 126.12 96.33 95.82 -
System Red Green Blue C M Y K H S L
Decimal 81 160 70 0.49 0 0.56 0.37 112.67 0.39 0.45
Hex 51 A0 46 31 0 38 25 71 27 2D
Octal 121 240 106 61 0 70 45 161 47 55
Binary 1010001 10100000 1000110 110001 0 111000 100101 1110001 100111 101101

Color Harmonies of #51A046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A046

Black with #51A046

Text Example


Text Example

White with #51A046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,160,70); }

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

background-color css

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

 a { background-color: rgb(81,160,70); }

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

border-color css

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

 span { border-color: rgb(81,160,70); }

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