Html Css Color HEX #4DA14C Fruit Salad

📋 copy color: '#4DA14C'

red 77 ◦ green 161 ◦ blue 76

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

Shades of Fruit Salad #4DA14C

Tints of Fruit Salad #4DA14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 24.52%
G = 51.27%
B = 24.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#4DA14C (or 0x4DA14C) is known color: Fruit Salad. HEX triplet: 4D, A1 and 4C. RGB value is (77,161,76). Sum of RGB (Red+Green+Blue) = 77+161+76=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA14C is #B25EB3. Grayscale: #7E7E7E. Windows color (decimal): -11689652 or 5022029. OLE color: 5022029.

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

Color convert

RGB 77 161 76 -
CMYK 0.52 0 0.53 0.37
HSL 119.29º 0.36% 0.46% -
HSV(B) 119.29º 0.53% 0.63% -
XYZ 17.11 27.59 11.26 -
YUV 126.19 99.67 92.91 -
System Red Green Blue C M Y K H S L
Decimal 77 161 76 0.52 0 0.53 0.37 119.29 0.36 0.46
Hex 4D A1 4C 34 0 35 25 77 24 2E
Octal 115 241 114 64 0 65 45 167 44 56
Binary 1001101 10100001 1001100 110100 0 110101 100101 1110111 100100 101110

Color Harmonies of #4DA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA14C

Black with #4DA14C

Text Example


Text Example

White with #4DA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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