Html Css Color HEX #51975B Fruit Salad

📋 copy color: '#51975B'

red 81 ◦ green 151 ◦ blue 91

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

Shades of Fruit Salad #51975B

Tints of Fruit Salad #51975B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.75%

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 25.08%
G = 46.75%
B = 28.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#51975B (or 0x51975B) is known color: Fruit Salad. HEX triplet: 51, 97 and 5B. RGB value is (81,151,91). Sum of RGB (Red+Green+Blue) = 81+151+91=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #51975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51975B is #AE68A4. Grayscale: #7B7B7B. Windows color (decimal): -11430053 or 6002513. OLE color: 6002513.

HSL color Cylindrical-coordinate representation of color #51975B: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51975B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 91 -
CMYK 0.46 0 0.40 0.41
HSL 128.57º 0.3% 0.45% -
HSV(B) 128.57º 0.46% 0.59% -
XYZ 16.35 24.64 13.79 -
YUV 123.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 81 151 91 0.46 0 0.40 0.41 128.57 0.3 0.45
Hex 51 97 5B 2E 0 28 29 81 1E 2D
Octal 121 227 133 56 0 50 51 201 36 55
Binary 1010001 10010111 1011011 101110 0 101000 101001 10000001 11110 101101

Color Harmonies of #51975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51975B

Black with #51975B

Text Example


Text Example

White with #51975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51975B; }

 p { color: rgb(81,151,91); }

 H1.HeaderClassName
 {
   color: #51975B;
 }
 .AnyTagClassName
 {
   color: #51975B;
 }
</style>

background-color css

<style>
 a { background-color: #51975B; }

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

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

border-color css

<style>
 span { border-color: #51975B; }

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

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