Html Css Color HEX #4DB945 Fruit Salad

📋 copy color: '#4DB945'

red 77 ◦ green 185 ◦ blue 69

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

Shades of Fruit Salad #4DB945

Tints of Fruit Salad #4DB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.89%

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

R = 23.26%
G = 55.89%
B = 20.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#4DB945 (or 0x4DB945) is known color: Fruit Salad. HEX triplet: 4D, B9 and 45. RGB value is (77,185,69). Sum of RGB (Red+Green+Blue) = 77+185+69=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB945 is #B246BA. Grayscale: #8B8B8B. Windows color (decimal): -11683515 or 4569421. OLE color: 4569421.

HSL color Cylindrical-coordinate representation of color #4DB945: hue angle of 115.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DB945 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 185 69 -
CMYK 0.58 0 0.63 0.27
HSL 115.86º 0.46% 0.5% -
HSV(B) 115.86º 0.63% 0.73% -
XYZ 21.48 36.71 11.58 -
YUV 139.48 88.22 83.43 -
System Red Green Blue C M Y K H S L
Decimal 77 185 69 0.58 0 0.63 0.27 115.86 0.46 0.5
Hex 4D B9 45 3A 0 3F 1B 74 2E 32
Octal 115 271 105 72 0 77 33 164 56 62
Binary 1001101 10111001 1000101 111010 0 111111 11011 1110100 101110 110010

Color Harmonies of #4DB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB945

Black with #4DB945

Text Example


Text Example

White with #4DB945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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