Html Css Color HEX #4CA740 Fruit Salad

📋 copy color: '#4CA740'

red 76 ◦ green 167 ◦ blue 64

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

Shades of Fruit Salad #4CA740

Tints of Fruit Salad #4CA740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.4%

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

R = 24.76%
G = 54.4%
B = 20.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#4CA740 (or 0x4CA740) is known color: Fruit Salad. HEX triplet: 4C, A7 and 40. RGB value is (76,167,64). Sum of RGB (Red+Green+Blue) = 76+167+64=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 167 (65.62% from 255 or 54.40% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 167 - color contains mainly: green. Hex color #4CA740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA740 is #B358BF. Grayscale: #808080. Windows color (decimal): -11753664 or 4237132. OLE color: 4237132.

HSL color Cylindrical-coordinate representation of color #4CA740: hue angle of 113.01º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CA740 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 167 64 -
CMYK 0.54 0 0.62 0.35
HSL 113.01º 0.45% 0.45% -
HSV(B) 113.01º 0.62% 0.65% -
XYZ 17.72 29.54 9.62 -
YUV 128.05 91.85 90.88 -
System Red Green Blue C M Y K H S L
Decimal 76 167 64 0.54 0 0.62 0.35 113.01 0.45 0.45
Hex 4C A7 40 36 0 3E 23 71 2D 2D
Octal 114 247 100 66 0 76 43 161 55 55
Binary 1001100 10100111 1000000 110110 0 111110 100011 1110001 101101 101101

Color Harmonies of #4CA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA740

Black with #4CA740

Text Example


Text Example

White with #4CA740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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