Html Css Color HEX #4DB448 Fruit Salad

📋 copy color: '#4DB448'

red 77 ◦ green 180 ◦ blue 72

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

Shades of Fruit Salad #4DB448

Tints of Fruit Salad #4DB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.71%

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

R = 23.4%
G = 54.71%
B = 21.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#4DB448 (or 0x4DB448) is known color: Fruit Salad. HEX triplet: 4D, B4 and 48. RGB value is (77,180,72). Sum of RGB (Red+Green+Blue) = 77+180+72=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB448 is #B24BB7. Grayscale: #898989. Windows color (decimal): -11684792 or 4764749. OLE color: 4764749.

HSL color Cylindrical-coordinate representation of color #4DB448: hue angle of 117.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB448 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 180 72 -
CMYK 0.57 0 0.60 0.29
HSL 117.22º 0.43% 0.49% -
HSV(B) 117.22º 0.6% 0.71% -
XYZ 20.55 34.69 11.74 -
YUV 136.89 91.38 85.28 -
System Red Green Blue C M Y K H S L
Decimal 77 180 72 0.57 0 0.60 0.29 117.22 0.43 0.49
Hex 4D B4 48 39 0 3C 1D 75 2B 31
Octal 115 264 110 71 0 74 35 165 53 61
Binary 1001101 10110100 1001000 111001 0 111100 11101 1110101 101011 110001

Color Harmonies of #4DB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB448

Black with #4DB448

Text Example


Text Example

White with #4DB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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