Html Css Color HEX #4DB345 Fruit Salad

📋 copy color: '#4DB345'

red 77 ◦ green 179 ◦ blue 69

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

Shades of Fruit Salad #4DB345

Tints of Fruit Salad #4DB345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.08%

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 23.69%
G = 55.08%
B = 21.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#4DB345 (or 0x4DB345) is known color: Fruit Salad. HEX triplet: 4D, B3 and 45. RGB value is (77,179,69). Sum of RGB (Red+Green+Blue) = 77+179+69=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB345 is #B24CBA. Grayscale: #888888. Windows color (decimal): -11685051 or 4567885. OLE color: 4567885.

HSL color Cylindrical-coordinate representation of color #4DB345: hue angle of 115.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DB345 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 179 69 -
CMYK 0.57 0 0.61 0.30
HSL 115.64º 0.44% 0.49% -
HSV(B) 115.64º 0.61% 0.7% -
XYZ 20.25 34.25 11.17 -
YUV 135.96 90.21 85.94 -
System Red Green Blue C M Y K H S L
Decimal 77 179 69 0.57 0 0.61 0.30 115.64 0.44 0.49
Hex 4D B3 45 39 0 3D 1E 74 2C 31
Octal 115 263 105 71 0 75 36 164 54 61
Binary 1001101 10110011 1000101 111001 0 111101 11110 1110100 101100 110001

Color Harmonies of #4DB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB345

Black with #4DB345

Text Example


Text Example

White with #4DB345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,179,69); }

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

background-color css

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

 a { background-color: rgb(77,179,69); }

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

border-color css

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

 span { border-color: rgb(77,179,69); }

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