Html Css Color HEX #4F965A Fruit Salad

📋 copy color: '#4F965A'

red 79 ◦ green 150 ◦ blue 90

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

Shades of Fruit Salad #4F965A

Tints of Fruit Salad #4F965A

RGB

 RED value IS 79 (31.25% from 255) = 24.76%

 GREEN value IS 150 (58.98% from 255) = 47.02%

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

R = 24.76%
G = 47.02%
B = 28.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#4F965A (or 0x4F965A) is known color: Fruit Salad. HEX triplet: 4F, 96 and 5A. RGB value is (79,150,90). Sum of RGB (Red+Green+Blue) = 79+150+90=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #4F965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F965A is #B069A5. Grayscale: #7A7A7A. Windows color (decimal): -11561382 or 5936719. OLE color: 5936719.

HSL color Cylindrical-coordinate representation of color #4F965A: hue angle of 129.3º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F965A is Cyan = 0.47, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 90 -
CMYK 0.47 0 0.4 0.41
HSL 129.3º 0.31% 0.45% -
HSV(B) 129.3º 0.47% 0.59% -
XYZ 15.98 24.21 13.5 -
YUV 121.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 79 150 90 0.47 0 0.4 0.41 129.3 0.31 0.45
Hex 4F 96 5A 2F 0 28 29 81 1F 2D
Octal 117 226 132 57 0 50 51 201 37 55
Binary 1001111 10010110 1011010 101111 0 101000 101001 10000001 11111 101101

Color Harmonies of #4F965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F965A

Black with #4F965A

Text Example


Text Example

White with #4F965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F965A; }

 p { color: rgb(79,150,90); }

 H1.HeaderClassName
 {
   color: #4F965A;
 }
 .AnyTagClassName
 {
   color: #4F965A;
 }
</style>

background-color css

<style>
 a { background-color: #4F965A; }

 a { background-color: rgb(79,150,90); }

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

border-color css

<style>
 span { border-color: #4F965A; }

 span { border-color: rgb(79,150,90); }

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