Html Css Color HEX #4CA140 Fruit Salad

📋 copy color: '#4CA140'

red 76 ◦ green 161 ◦ blue 64

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

Shades of Fruit Salad #4CA140

Tints of Fruit Salad #4CA140

RGB

 RED value IS 76 (30.08% from 255) = 25.25%

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

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 25.25%
G = 53.49%
B = 21.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#4CA140 (or 0x4CA140) is known color: Fruit Salad. HEX triplet: 4C, A1 and 40. RGB value is (76,161,64). Sum of RGB (Red+Green+Blue) = 76+161+64=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA140 is #B35EBF. Grayscale: #7C7C7C. Windows color (decimal): -11755200 or 4235596. OLE color: 4235596.

HSL color Cylindrical-coordinate representation of color #4CA140: hue angle of 112.58º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CA140 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 161 64 -
CMYK 0.53 0 0.60 0.37
HSL 112.58º 0.43% 0.44% -
HSV(B) 112.58º 0.6% 0.63% -
XYZ 16.65 27.4 9.26 -
YUV 124.53 93.84 93.39 -
System Red Green Blue C M Y K H S L
Decimal 76 161 64 0.53 0 0.60 0.37 112.58 0.43 0.44
Hex 4C A1 40 35 0 3C 25 71 2B 2C
Octal 114 241 100 65 0 74 45 161 53 54
Binary 1001100 10100001 1000000 110101 0 111100 100101 1110001 101011 101100

Color Harmonies of #4CA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA140

Black with #4CA140

Text Example


Text Example

White with #4CA140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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