#4CAB53

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

Shades of Fruit Salad #4CAB53

Tints of Fruit Salad #4CAB53

Color information

#4CAB53 (or 0x4CAB53) is unknown color: approx Fruit Salad. HEX triplet: 4C, AB and 53. RGB value is (76,171,83). Sum of RGB (Red+Green+Blue) = 76+171+83=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAB53 is #B354AC. Grayscale: #848484. Windows color (decimal): -11752621 or 5483340. OLE color: 5483340.

HSL color Cylindrical-coordinate representation of color #4CAB53: hue angle of 124.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAB53 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB7617183-
CMYK0.5600.510.33
HSL124.42º38.46%48.43%-
HSV(B)124.42º55.56%67.06%-
XYZ19.131.2913.22-
YUV132.56100.0387.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=23.03%
G=51.82%
B=25.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76171830.5600.510.33124.4238.4648.43
Hex4CAB5338033217c2630
Octal11425312370063411744660
Binary100110010101011101001111100001100111000011111100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,171,83); }

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

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

 a { background-color: rgb(76,171,83); }

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

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

 span { border-color: rgb(76,171,83); }

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