Html Css Color HEX #4DA13A Fruit Salad

📋 copy color: '#4DA13A'

red 77 ◦ green 161 ◦ blue 58

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

Shades of Fruit Salad #4DA13A

Tints of Fruit Salad #4DA13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.39%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 26.01%
G = 54.39%
B = 19.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#4DA13A (or 0x4DA13A) is known color: Fruit Salad. HEX triplet: 4D, A1 and 3A. RGB value is (77,161,58). Sum of RGB (Red+Green+Blue) = 77+161+58=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA13A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA13A is #B25EC5. Grayscale: #7C7C7C. Windows color (decimal): -11689670 or 3842381. OLE color: 3842381.

HSL color Cylindrical-coordinate representation of color #4DA13A: hue angle of 108.93º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DA13A is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 77 161 58 -
CMYK 0.52 0 0.64 0.37
HSL 108.93º 0.47% 0.43% -
HSV(B) 108.93º 0.64% 0.63% -
XYZ 16.57 27.37 8.41 -
YUV 124.14 90.67 94.38 -
System Red Green Blue C M Y K H S L
Decimal 77 161 58 0.52 0 0.64 0.37 108.93 0.47 0.43
Hex 4D A1 3A 34 0 40 25 6D 2F 2B
Octal 115 241 72 64 0 100 45 155 57 53
Binary 1001101 10100001 111010 110100 0 1000000 100101 1101101 101111 101011

Color Harmonies of #4DA13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA13A

Black with #4DA13A

Text Example


Text Example

White with #4DA13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,161,58); }

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

background-color css

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

 a { background-color: rgb(77,161,58); }

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

border-color css

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

 span { border-color: rgb(77,161,58); }

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