Html Css Color HEX #51A051 Fruit Salad

📋 copy color: '#51A051'

red 81 ◦ green 160 ◦ blue 81

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

Shades of Fruit Salad #51A051

Tints of Fruit Salad #51A051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 25.16%
G = 49.69%
B = 25.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#51A051 (or 0x51A051) is known color: Fruit Salad. HEX triplet: 51, A0 and 51. RGB value is (81,160,81). Sum of RGB (Red+Green+Blue) = 81+160+81=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #51A051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A051 is #AE5FAE. Grayscale: #7F7F7F. Windows color (decimal): -11427759 or 5349457. OLE color: 5349457.

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

Color convert

RGB 81 160 81 -
CMYK 0.49 0 0.49 0.37
HSL 120º 0.33% 0.47% -
HSV(B) 120º 0.49% 0.63% -
XYZ 17.45 27.49 12.17 -
YUV 127.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 81 160 81 0.49 0 0.49 0.37 120 0.33 0.47
Hex 51 A0 51 31 0 31 25 78 21 2F
Octal 121 240 121 61 0 61 45 170 41 57
Binary 1010001 10100000 1010001 110001 0 110001 100101 1111000 100001 101111

Color Harmonies of #51A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A051

Black with #51A051

Text Example


Text Example

White with #51A051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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