Html Css Color HEX #4D984B Fruit Salad

📋 copy color: '#4D984B'

red 77 ◦ green 152 ◦ blue 75

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

Shades of Fruit Salad #4D984B

Tints of Fruit Salad #4D984B

RGB

 RED value IS 77 (30.47% from 255) = 25.33%

 GREEN value IS 152 (59.77% from 255) = 50%

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 25.33%
G = 50%
B = 24.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#4D984B (or 0x4D984B) is known color: Fruit Salad. HEX triplet: 4D, 98 and 4B. RGB value is (77,152,75). Sum of RGB (Red+Green+Blue) = 77+152+75=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #4D984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D984B is #B267B4. Grayscale: #797979. Windows color (decimal): -11691957 or 4954189. OLE color: 4954189.

HSL color Cylindrical-coordinate representation of color #4D984B: hue angle of 118.44º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D984B is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 75 -
CMYK 0.49 0 0.51 0.40
HSL 118.44º 0.34% 0.45% -
HSV(B) 118.44º 0.51% 0.6% -
XYZ 15.56 24.54 10.57 -
YUV 120.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 77 152 75 0.49 0 0.51 0.40 118.44 0.34 0.45
Hex 4D 98 4B 31 0 33 28 76 22 2D
Octal 115 230 113 61 0 63 50 166 42 55
Binary 1001101 10011000 1001011 110001 0 110011 101000 1110110 100010 101101

Color Harmonies of #4D984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D984B

Black with #4D984B

Text Example


Text Example

White with #4D984B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,152,75); }

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

background-color css

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

 a { background-color: rgb(77,152,75); }

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

border-color css

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

 span { border-color: rgb(77,152,75); }

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