#4ABE4E

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

Shades of Fruit Salad #4ABE4E

Tints of Fruit Salad #4ABE4E

Color information

#4ABE4E (or 0x4ABE4E) is unknown color: approx Fruit Salad. HEX triplet: 4A, BE and 4E. RGB value is (74,190,78). Sum of RGB (Red+Green+Blue) = 74+190+78=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE4E is #B541B1. Grayscale: #8E8E8E. Windows color (decimal): -11878834 or 5160522. OLE color: 5160522.

HSL color Cylindrical-coordinate representation of color #4ABE4E: hue angle of 122.07º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE4E is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB7419078-
CMYK0.6100.590.25
HSL122.07º47.15%51.76%-
HSV(B)122.07º61.05%74.51%-
XYZ22.6138.8313.51-
YUV142.5591.5779.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.64%
GREEN value IS 190 (74.61% from 255) = 55.56%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=21.64%
G=55.56%
B=22.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74190780.6100.590.25122.0747.1551.76
Hex4ABE4E3D03B197a2f34
Octal11227611675073311725764
Binary10010101011111010011101111010111011110011111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,190,78); }

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

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

 a { background-color: rgb(74,190,78); }

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

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

 span { border-color: rgb(74,190,78); }

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