Html Css Color HEX #4DAE45 Fruit Salad

📋 copy color: '#4DAE45'

red 77 ◦ green 174 ◦ blue 69

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

Shades of Fruit Salad #4DAE45

Tints of Fruit Salad #4DAE45

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.38%

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

R = 24.06%
G = 54.38%
B = 21.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#4DAE45 (or 0x4DAE45) is known color: Fruit Salad. HEX triplet: 4D, AE and 45. RGB value is (77,174,69). Sum of RGB (Red+Green+Blue) = 77+174+69=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAE45 is #B251BA. Grayscale: #858585. Windows color (decimal): -11686331 or 4566605. OLE color: 4566605.

HSL color Cylindrical-coordinate representation of color #4DAE45: hue angle of 115.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DAE45 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 174 69 -
CMYK 0.56 0 0.60 0.32
HSL 115.43º 0.43% 0.48% -
HSV(B) 115.43º 0.6% 0.68% -
XYZ 19.27 32.28 10.85 -
YUV 133.03 91.86 88.04 -
System Red Green Blue C M Y K H S L
Decimal 77 174 69 0.56 0 0.60 0.32 115.43 0.43 0.48
Hex 4D AE 45 38 0 3C 20 73 2B 30
Octal 115 256 105 70 0 74 40 163 53 60
Binary 1001101 10101110 1000101 111000 0 111100 100000 1110011 101011 110000

Color Harmonies of #4DAE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAE45

Black with #4DAE45

Text Example


Text Example

White with #4DAE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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