Html Css Color HEX #4D9955 Fruit Salad

📋 copy color: '#4D9955'

red 77 ◦ green 153 ◦ blue 85

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

Shades of Fruit Salad #4D9955

Tints of Fruit Salad #4D9955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 24.44%
G = 48.57%
B = 26.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#4D9955 (or 0x4D9955) is known color: Fruit Salad. HEX triplet: 4D, 99 and 55. RGB value is (77,153,85). Sum of RGB (Red+Green+Blue) = 77+153+85=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9955 is #B266AA. Grayscale: #7A7A7A. Windows color (decimal): -11691691 or 5609805. OLE color: 5609805.

HSL color Cylindrical-coordinate representation of color #4D9955: hue angle of 126.32º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9955 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 85 -
CMYK 0.50 0 0.44 0.4
HSL 126.32º 0.33% 0.45% -
HSV(B) 126.32º 0.5% 0.6% -
XYZ 16.09 25.02 12.57 -
YUV 122.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 77 153 85 0.50 0 0.44 0.4 126.32 0.33 0.45
Hex 4D 99 55 32 0 2C 28 7E 21 2D
Octal 115 231 125 62 0 54 50 176 41 55
Binary 1001101 10011001 1010101 110010 0 101100 101000 1111110 100001 101101

Color Harmonies of #4D9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9955

Black with #4D9955

Text Example


Text Example

White with #4D9955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,153,85); }

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

background-color css

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

 a { background-color: rgb(77,153,85); }

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

border-color css

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

 span { border-color: rgb(77,153,85); }

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