Html Css Color HEX #4DB048 Fruit Salad

📋 copy color: '#4DB048'

red 77 ◦ green 176 ◦ blue 72

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

Shades of Fruit Salad #4DB048

Tints of Fruit Salad #4DB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.15%

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 23.69%
G = 54.15%
B = 22.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#4DB048 (or 0x4DB048) is known color: Fruit Salad. HEX triplet: 4D, B0 and 48. RGB value is (77,176,72). Sum of RGB (Red+Green+Blue) = 77+176+72=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB048 is #B24FB7. Grayscale: #868686. Windows color (decimal): -11685816 or 4763725. OLE color: 4763725.

HSL color Cylindrical-coordinate representation of color #4DB048: hue angle of 117.12º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB048 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 176 72 -
CMYK 0.56 0 0.59 0.31
HSL 117.12º 0.42% 0.49% -
HSV(B) 117.12º 0.59% 0.69% -
XYZ 19.76 33.1 11.48 -
YUV 134.54 92.7 86.96 -
System Red Green Blue C M Y K H S L
Decimal 77 176 72 0.56 0 0.59 0.31 117.12 0.42 0.49
Hex 4D B0 48 38 0 3B 1F 75 2A 31
Octal 115 260 110 70 0 73 37 165 52 61
Binary 1001101 10110000 1001000 111000 0 111011 11111 1110101 101010 110001

Color Harmonies of #4DB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB048

Black with #4DB048

Text Example


Text Example

White with #4DB048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,176,72); }

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

background-color css

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

 a { background-color: rgb(77,176,72); }

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

border-color css

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

 span { border-color: rgb(77,176,72); }

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