Html Css Color HEX #4DA044 Fruit Salad

📋 copy color: '#4DA044'

red 77 ◦ green 160 ◦ blue 68

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

Shades of Fruit Salad #4DA044

Tints of Fruit Salad #4DA044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.46%

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 25.25%
G = 52.46%
B = 22.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#4DA044 (or 0x4DA044) is known color: Fruit Salad. HEX triplet: 4D, A0 and 44. RGB value is (77,160,68). Sum of RGB (Red+Green+Blue) = 77+160+68=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA044 is #B25FBB. Grayscale: #7C7C7C. Windows color (decimal): -11689916 or 4497485. OLE color: 4497485.

HSL color Cylindrical-coordinate representation of color #4DA044: hue angle of 114.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DA044 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 77 160 68 -
CMYK 0.52 0 0.57 0.37
HSL 114.13º 0.4% 0.45% -
HSV(B) 114.13º 0.58% 0.63% -
XYZ 16.67 27.14 9.83 -
YUV 124.7 96 93.98 -
System Red Green Blue C M Y K H S L
Decimal 77 160 68 0.52 0 0.57 0.37 114.13 0.4 0.45
Hex 4D A0 44 34 0 39 25 72 28 2D
Octal 115 240 104 64 0 71 45 162 50 55
Binary 1001101 10100000 1000100 110100 0 111001 100101 1110010 101000 101101

Color Harmonies of #4DA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA044

Black with #4DA044

Text Example


Text Example

White with #4DA044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,160,68); }

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

background-color css

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

 a { background-color: rgb(77,160,68); }

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

border-color css

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

 span { border-color: rgb(77,160,68); }

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