#4ABE53

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

Shades of Fruit Salad #4ABE53

Tints of Fruit Salad #4ABE53

Color information

#4ABE53 (or 0x4ABE53) is unknown color: approx Fruit Salad. HEX triplet: 4A, BE and 53. RGB value is (74,190,83). Sum of RGB (Red+Green+Blue) = 74+190+83=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE53 is #B541AC. Grayscale: #8F8F8F. Windows color (decimal): -11878829 or 5488202. OLE color: 5488202.

HSL color Cylindrical-coordinate representation of color #4ABE53: hue angle of 124.66º 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 #4ABE53 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB7419083-
CMYK0.6100.560.25
HSL124.66º47.15%51.76%-
HSV(B)124.66º61.05%74.51%-
XYZ22.838.9114.49-
YUV143.1294.0778.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 190 (74.61% from 255) = 54.76%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=21.33%
G=54.76%
B=23.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74190830.6100.560.25124.6647.1551.76
Hex4ABE533D038197d2f34
Octal11227612375070311755764
Binary10010101011111010100111111010111000110011111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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