#4ACB53

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

Shades of Fruit Salad #4ACB53

Tints of Fruit Salad #4ACB53

Color information

#4ACB53 (or 0x4ACB53) is unknown color: approx Fruit Salad. HEX triplet: 4A, CB and 53. RGB value is (74,203,83). Sum of RGB (Red+Green+Blue) = 74+203+83=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACB53 is #B534AC. Grayscale: #979797. Windows color (decimal): -11875501 or 5491530. OLE color: 5491530.

HSL color Cylindrical-coordinate representation of color #4ACB53: hue angle of 124.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACB53 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB7420383-
CMYK0.6400.590.20
HSL124.19º55.36%54.31%-
HSV(B)124.19º63.55%79.61%-
XYZ25.7444.7915.47-
YUV150.7589.7673.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.56%
GREEN value IS 203 (79.69% from 255) = 56.39%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=20.56%
G=56.39%
B=23.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal74203830.6400.590.20124.1955.3654.31
Hex4ACB534003B147c3736
Octal112313123100073241746766
Binary100101011001011101001110000000111011101001111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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