Html Css Color HEX #51975A Fruit Salad

📋 copy color: '#51975A'

red 81 ◦ green 151 ◦ blue 90

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

Shades of Fruit Salad #51975A

Tints of Fruit Salad #51975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 25.16%
G = 46.89%
B = 27.95%

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

#51975A (or 0x51975A) is known color: Fruit Salad. HEX triplet: 51, 97 and 5A. RGB value is (81,151,90). Sum of RGB (Red+Green+Blue) = 81+151+90=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #51975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51975A is #AE68A5. Grayscale: #7B7B7B. Windows color (decimal): -11430054 or 5936977. OLE color: 5936977.

HSL color Cylindrical-coordinate representation of color #51975A: hue angle of 127.71º 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 #51975A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 90 -
CMYK 0.46 0 0.40 0.41
HSL 127.71º 0.3% 0.45% -
HSV(B) 127.71º 0.46% 0.59% -
XYZ 16.31 24.62 13.57 -
YUV 123.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 81 151 90 0.46 0 0.40 0.41 127.71 0.3 0.45
Hex 51 97 5A 2E 0 28 29 80 1E 2D
Octal 121 227 132 56 0 50 51 200 36 55
Binary 1010001 10010111 1011010 101110 0 101000 101001 10000000 11110 101101

Color Harmonies of #51975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51975A

Black with #51975A

Text Example


Text Example

White with #51975A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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