#4CA14E

Color #4CA14E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4CA14E

Tints of Fruit Salad #4CA14E

Color information

#4CA14E (or 0x4CA14E) is unknown color: approx Fruit Salad. HEX triplet: 4C, A1 and 4E. RGB value is (76,161,78). Sum of RGB (Red+Green+Blue) = 76+161+78=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA14E is #B35EB1. Grayscale: #7E7E7E. Windows color (decimal): -11755186 or 5153100. OLE color: 5153100.

HSL color Cylindrical-coordinate representation of color #4CA14E: hue angle of 121.41º 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 #4CA14E is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB7616178-
CMYK0.5300.520.37
HSL121.41º35.86%46.47%-
HSV(B)121.41º52.8%63.14%-
XYZ17.127.5811.63-
YUV126.12100.8492.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 161 (63.28% from 255) = 51.11%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=24.13%
G=51.11%
B=24.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76161780.5300.520.37121.4135.8646.47
Hex4CA14E350342579242e
Octal11424111665064451714456
Binary100110010100001100111011010101101001001011111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CA14E;
 }
 .AnyTagClassName
 {
   color: #4CA14E;
 }
</style>
background-color css

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

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

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

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

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

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